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