pub struct PrivateZipFileData {
pub object_type: String,
pub id: String,
pub attributes: PrivateZipFileAttributes,
}
Fields§
§object_type: String
§id: String
§attributes: PrivateZipFileAttributes
Trait Implementations§
Source§impl Clone for PrivateZipFileData
impl Clone for PrivateZipFileData
Source§fn clone(&self) -> PrivateZipFileData
fn clone(&self) -> PrivateZipFileData
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 PrivateZipFileData
impl Debug for PrivateZipFileData
Source§impl<'de> Deserialize<'de> for PrivateZipFileData
impl<'de> Deserialize<'de> for PrivateZipFileData
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
Auto Trait Implementations§
impl Freeze for PrivateZipFileData
impl RefUnwindSafe for PrivateZipFileData
impl Send for PrivateZipFileData
impl Sync for PrivateZipFileData
impl Unpin for PrivateZipFileData
impl UnwindSafe for PrivateZipFileData
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