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