pub struct DeskID;Expand description
DeskID (284).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeskID
impl RefUnwindSafe for DeskID
impl Send for DeskID
impl Sync for DeskID
impl Unpin for DeskID
impl UnsafeUnpin for DeskID
impl UnwindSafe for DeskID
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