pub struct DyePack { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DyePack
impl RefUnwindSafe for DyePack
impl Send for DyePack
impl Sync for DyePack
impl Unpin for DyePack
impl UnwindSafe for DyePack
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