pub struct ModifierId(/* private fields */);
Implementations§
Source§impl ModifierId
impl ModifierId
Trait Implementations§
Source§impl Clone for ModifierId
impl Clone for ModifierId
Source§fn clone(&self) -> ModifierId
fn clone(&self) -> ModifierId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ModifierId
impl Debug for ModifierId
Source§impl Hash for ModifierId
impl Hash for ModifierId
Source§impl PartialEq for ModifierId
impl PartialEq for ModifierId
impl Copy for ModifierId
impl Eq for ModifierId
impl StructuralPartialEq for ModifierId
Auto Trait Implementations§
impl Freeze for ModifierId
impl RefUnwindSafe for ModifierId
impl Send for ModifierId
impl Sync for ModifierId
impl Unpin for ModifierId
impl UnwindSafe for ModifierId
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