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