Struct assembly_maps::luz::paths::core::PathVersion
source · pub struct PathVersion(/* private fields */);
Expand description
Version of this path data
Implementations§
Trait Implementations§
source§impl Clone for PathVersion
impl Clone for PathVersion
source§fn clone(&self) -> PathVersion
fn clone(&self) -> PathVersion
Returns a copy 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 Debug for PathVersion
impl Debug for PathVersion
source§impl From<u32> for PathVersion
impl From<u32> for PathVersion
source§impl Serialize for PathVersion
impl Serialize for PathVersion
impl Copy for PathVersion
Auto Trait Implementations§
impl Freeze for PathVersion
impl RefUnwindSafe for PathVersion
impl Send for PathVersion
impl Sync for PathVersion
impl Unpin for PathVersion
impl UnwindSafe for PathVersion
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)