pub struct MarkerId(pub Uuid);Expand description
ID for a marker.
Tuple Fields§
§0: UuidTrait Implementations§
impl Copy for MarkerId
impl Eq for MarkerId
impl StructuralPartialEq for MarkerId
Auto Trait Implementations§
impl Freeze for MarkerId
impl RefUnwindSafe for MarkerId
impl Send for MarkerId
impl Sync for MarkerId
impl Unpin for MarkerId
impl UnwindSafe for MarkerId
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