pub struct StaticVersion<const MAJOR: u16, const MINOR: u16> {}Trait Implementations§
Source§impl<const MAJOR: u16, const MINOR: u16> Clone for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> Clone for StaticVersion<MAJOR, MINOR>
Source§fn clone(&self) -> StaticVersion<MAJOR, MINOR>
fn clone(&self) -> StaticVersion<MAJOR, MINOR>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<const MAJOR: u16, const MINOR: u16> StaticVersionType for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> StaticVersionType for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> Copy for StaticVersion<MAJOR, MINOR>
Auto Trait Implementations§
impl<const MAJOR: u16, const MINOR: u16> Freeze for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> RefUnwindSafe for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> Send for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> Sync for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> Unpin for StaticVersion<MAJOR, MINOR>
impl<const MAJOR: u16, const MINOR: u16> UnwindSafe for StaticVersion<MAJOR, MINOR>
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