pub struct VolumeUserInfoCopy {
pub allowed_character_count: Option<i32>,
pub limit_type: Option<String>,
pub remaining_character_count: Option<i32>,
pub updated: Option<String>,
}Expand description
Copy/Paste accounting information.
This type is not used in any activity, and only used as part of another schema.
Fields§
§allowed_character_count: Option<i32>no description provided
limit_type: Option<String>no description provided
remaining_character_count: Option<i32>no description provided
updated: Option<String>no description provided
Trait Implementations§
Source§impl Clone for VolumeUserInfoCopy
impl Clone for VolumeUserInfoCopy
Source§fn clone(&self) -> VolumeUserInfoCopy
fn clone(&self) -> VolumeUserInfoCopy
Returns a duplicate 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 VolumeUserInfoCopy
impl Debug for VolumeUserInfoCopy
Source§impl Default for VolumeUserInfoCopy
impl Default for VolumeUserInfoCopy
Source§fn default() -> VolumeUserInfoCopy
fn default() -> VolumeUserInfoCopy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VolumeUserInfoCopy
impl<'de> Deserialize<'de> for VolumeUserInfoCopy
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 Serialize for VolumeUserInfoCopy
impl Serialize for VolumeUserInfoCopy
impl NestedType for VolumeUserInfoCopy
impl Part for VolumeUserInfoCopy
Auto Trait Implementations§
impl Freeze for VolumeUserInfoCopy
impl RefUnwindSafe for VolumeUserInfoCopy
impl Send for VolumeUserInfoCopy
impl Sync for VolumeUserInfoCopy
impl Unpin for VolumeUserInfoCopy
impl UnwindSafe for VolumeUserInfoCopy
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