pub struct DefaultCommandHandlerId(pub TypeId);
Tuple Fields§
§0: TypeId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DefaultCommandHandlerId
impl RefUnwindSafe for DefaultCommandHandlerId
impl Send for DefaultCommandHandlerId
impl Sync for DefaultCommandHandlerId
impl Unpin for DefaultCommandHandlerId
impl UnwindSafe for DefaultCommandHandlerId
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