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