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