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