pub struct FileVersionRetentionType(pub String);Tuple Fields§
§0: StringImplementations§
Source§impl FileVersionRetentionType
impl FileVersionRetentionType
pub const FILE_VERSION_RETENTION: &'static str = "file_version_retention"
Trait Implementations§
Source§impl Clone for FileVersionRetentionType
impl Clone for FileVersionRetentionType
Source§fn clone(&self) -> FileVersionRetentionType
fn clone(&self) -> FileVersionRetentionType
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 FileVersionRetentionType
impl Debug for FileVersionRetentionType
Source§impl Default for FileVersionRetentionType
impl Default for FileVersionRetentionType
Source§fn default() -> FileVersionRetentionType
fn default() -> FileVersionRetentionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FileVersionRetentionType
impl<'de> Deserialize<'de> for FileVersionRetentionType
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 FileVersionRetentionType
Source§impl PartialEq for FileVersionRetentionType
impl PartialEq for FileVersionRetentionType
Source§impl Serialize for FileVersionRetentionType
impl Serialize for FileVersionRetentionType
impl StructuralPartialEq for FileVersionRetentionType
Auto Trait Implementations§
impl Freeze for FileVersionRetentionType
impl RefUnwindSafe for FileVersionRetentionType
impl Send for FileVersionRetentionType
impl Sync for FileVersionRetentionType
impl Unpin for FileVersionRetentionType
impl UnsafeUnpin for FileVersionRetentionType
impl UnwindSafe for FileVersionRetentionType
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