pub struct InventoryFrequency(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for InventoryFrequency
impl Clone for InventoryFrequency
Source§fn clone(&self) -> InventoryFrequency
fn clone(&self) -> InventoryFrequency
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 InventoryFrequency
impl Debug for InventoryFrequency
Source§impl<'de> Deserialize<'de> for InventoryFrequency
impl<'de> Deserialize<'de> for InventoryFrequency
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
Source§impl<'xml> DeserializeContent<'xml> for InventoryFrequency
Available on crate feature minio only.
impl<'xml> DeserializeContent<'xml> for InventoryFrequency
Available on crate feature
minio only.Source§fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
fn deserialize_content(d: &mut Deserializer<'xml>) -> DeResult<Self>
Deserializes the content of the data type Read more
impl Eq for InventoryFrequency
Source§impl From<InventoryFrequency> for Cow<'static, str>
impl From<InventoryFrequency> for Cow<'static, str>
Source§fn from(s: InventoryFrequency) -> Self
fn from(s: InventoryFrequency) -> Self
Converts to this type from the input type.
Source§impl From<String> for InventoryFrequency
impl From<String> for InventoryFrequency
Source§impl FromStr for InventoryFrequency
impl FromStr for InventoryFrequency
Source§impl PartialEq for InventoryFrequency
impl PartialEq for InventoryFrequency
Source§fn eq(&self, other: &InventoryFrequency) -> bool
fn eq(&self, other: &InventoryFrequency) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for InventoryFrequency
impl Serialize for InventoryFrequency
Source§impl SerializeContent for InventoryFrequency
Available on crate feature minio only.
impl SerializeContent for InventoryFrequency
Available on crate feature
minio only.Source§fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
Serializes the content of the data type Read more
impl StructuralPartialEq for InventoryFrequency
Auto Trait Implementations§
impl Freeze for InventoryFrequency
impl RefUnwindSafe for InventoryFrequency
impl Send for InventoryFrequency
impl Sync for InventoryFrequency
impl Unpin for InventoryFrequency
impl UnsafeUnpin for InventoryFrequency
impl UnwindSafe for InventoryFrequency
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.