pub struct FileAs {
pub metadata: Option<FieldMetadata>,
pub value: Option<String>,
}Expand description
The name that should be used to sort the person in a list.
This type is not used in any activity, and only used as part of another schema.
Fields§
§metadata: Option<FieldMetadata>Metadata about the file-as.
value: Option<String>The file-as value
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FileAs
impl<'de> Deserialize<'de> for FileAs
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
impl Part for FileAs
Auto Trait Implementations§
impl Freeze for FileAs
impl RefUnwindSafe for FileAs
impl Send for FileAs
impl Sync for FileAs
impl Unpin for FileAs
impl UnwindSafe for FileAs
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