#[repr(transparent)]pub struct Verid(pub u32);Expand description
Version ID
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Verid
impl Eq for Verid
impl StructuralPartialEq for Verid
Auto Trait Implementations§
impl Freeze for Verid
impl RefUnwindSafe for Verid
impl Send for Verid
impl Sync for Verid
impl Unpin for Verid
impl UnwindSafe for Verid
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