#[repr(transparent)]pub struct TypeArchiveId(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Clone for TypeArchiveId
impl Clone for TypeArchiveId
source§fn clone(&self) -> TypeArchiveId
fn clone(&self) -> TypeArchiveId
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 TypeArchiveId
impl Debug for TypeArchiveId
source§impl Display for TypeArchiveId
impl Display for TypeArchiveId
source§impl Hash for TypeArchiveId
impl Hash for TypeArchiveId
source§impl Ord for TypeArchiveId
impl Ord for TypeArchiveId
source§fn cmp(&self, other: &TypeArchiveId) -> Ordering
fn cmp(&self, other: &TypeArchiveId) -> 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 TypeArchiveId
impl PartialEq for TypeArchiveId
source§impl PartialOrd for TypeArchiveId
impl PartialOrd for TypeArchiveId
impl Eq for TypeArchiveId
impl StructuralPartialEq for TypeArchiveId
Auto Trait Implementations§
impl Freeze for TypeArchiveId
impl RefUnwindSafe for TypeArchiveId
impl Send for TypeArchiveId
impl Sync for TypeArchiveId
impl Unpin for TypeArchiveId
impl UnwindSafe for TypeArchiveId
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