pub struct UpdateFileVersionRequest {
pub trashed_at: Option<Option<String>>,
}Fields§
§trashed_at: Option<Option<String>>Trait Implementations§
Source§impl Clone for UpdateFileVersionRequest
impl Clone for UpdateFileVersionRequest
Source§fn clone(&self) -> UpdateFileVersionRequest
fn clone(&self) -> UpdateFileVersionRequest
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 UpdateFileVersionRequest
impl Debug for UpdateFileVersionRequest
Source§impl Default for UpdateFileVersionRequest
impl Default for UpdateFileVersionRequest
Source§fn default() -> UpdateFileVersionRequest
fn default() -> UpdateFileVersionRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateFileVersionRequest
impl<'de> Deserialize<'de> for UpdateFileVersionRequest
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 PartialEq for UpdateFileVersionRequest
impl PartialEq for UpdateFileVersionRequest
Source§impl Serialize for UpdateFileVersionRequest
impl Serialize for UpdateFileVersionRequest
impl StructuralPartialEq for UpdateFileVersionRequest
Auto Trait Implementations§
impl Freeze for UpdateFileVersionRequest
impl RefUnwindSafe for UpdateFileVersionRequest
impl Send for UpdateFileVersionRequest
impl Sync for UpdateFileVersionRequest
impl Unpin for UpdateFileVersionRequest
impl UnsafeUnpin for UpdateFileVersionRequest
impl UnwindSafe for UpdateFileVersionRequest
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