pub struct GRWorks;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GRWorks
impl RefUnwindSafe for GRWorks
impl Send for GRWorks
impl Sync for GRWorks
impl Unpin for GRWorks
impl UnwindSafe for GRWorks
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more