pub struct ArchiveType(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Clone for ArchiveType
impl Clone for ArchiveType
Source§fn clone(&self) -> ArchiveType
fn clone(&self) -> ArchiveType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ArchiveType
impl Debug for ArchiveType
Source§impl Default for ArchiveType
impl Default for ArchiveType
Source§fn default() -> ArchiveType
fn default() -> ArchiveType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ArchiveType
impl<'de> Deserialize<'de> for ArchiveType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ArchiveType
Source§impl PartialEq for ArchiveType
impl PartialEq for ArchiveType
Source§impl Serialize for ArchiveType
impl Serialize for ArchiveType
impl StructuralPartialEq for ArchiveType
Auto Trait Implementations§
impl Freeze for ArchiveType
impl RefUnwindSafe for ArchiveType
impl Send for ArchiveType
impl Sync for ArchiveType
impl Unpin for ArchiveType
impl UnsafeUnpin for ArchiveType
impl UnwindSafe for ArchiveType
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