pub struct ScreenId(/* private fields */);Expand description
Screen identifier
Implementations§
Trait Implementations§
impl Eq for ScreenId
impl StructuralPartialEq for ScreenId
Auto Trait Implementations§
impl Freeze for ScreenId
impl RefUnwindSafe for ScreenId
impl Send for ScreenId
impl Sync for ScreenId
impl Unpin for ScreenId
impl UnsafeUnpin for ScreenId
impl UnwindSafe for ScreenId
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