#[repr(transparent)]pub struct TypeArchiveSnapshotId(pub String);
Tuple Fields§
§0: String
Implementations§
Trait Implementations§
source§impl Clone for TypeArchiveSnapshotId
impl Clone for TypeArchiveSnapshotId
source§fn clone(&self) -> TypeArchiveSnapshotId
fn clone(&self) -> TypeArchiveSnapshotId
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 TypeArchiveSnapshotId
impl Debug for TypeArchiveSnapshotId
source§impl Display for TypeArchiveSnapshotId
impl Display for TypeArchiveSnapshotId
source§impl Hash for TypeArchiveSnapshotId
impl Hash for TypeArchiveSnapshotId
source§impl Ord for TypeArchiveSnapshotId
impl Ord for TypeArchiveSnapshotId
source§fn cmp(&self, other: &TypeArchiveSnapshotId) -> Ordering
fn cmp(&self, other: &TypeArchiveSnapshotId) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for TypeArchiveSnapshotId
impl PartialEq for TypeArchiveSnapshotId
source§impl PartialOrd for TypeArchiveSnapshotId
impl PartialOrd for TypeArchiveSnapshotId
impl Eq for TypeArchiveSnapshotId
impl StructuralPartialEq for TypeArchiveSnapshotId
Auto Trait Implementations§
impl Freeze for TypeArchiveSnapshotId
impl RefUnwindSafe for TypeArchiveSnapshotId
impl Send for TypeArchiveSnapshotId
impl Sync for TypeArchiveSnapshotId
impl Unpin for TypeArchiveSnapshotId
impl UnwindSafe for TypeArchiveSnapshotId
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