pub struct Gracier;Trait Implementations§
impl Copy for Gracier
Auto Trait Implementations§
impl Freeze for Gracier
impl RefUnwindSafe for Gracier
impl Send for Gracier
impl Sync for Gracier
impl Unpin for Gracier
impl UnwindSafe for Gracier
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