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