pub struct AppletId;Trait Implementations§
impl Copy for AppletId
Auto Trait Implementations§
impl Freeze for AppletId
impl RefUnwindSafe for AppletId
impl Send for AppletId
impl Sync for AppletId
impl Unpin for AppletId
impl UnwindSafe for AppletId
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