pub struct decorate(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for decorate
Auto Trait Implementations§
impl Freeze for decorate
impl RefUnwindSafe for decorate
impl Send for decorate
impl Sync for decorate
impl Unpin for decorate
impl UnwindSafe for decorate
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