pub struct FormatsGetOutputItemsFormats {
pub default: Default,
pub supported: Vec<Supported>,
pub additional_properties: HashMap<String, Value>,
}Fields§
§default: DefaultThe default format of the storage.
supported: Vec<Supported>The list of supported formats
additional_properties: HashMap<String, Value>Implementations§
Trait Implementations§
Source§impl Clone for FormatsGetOutputItemsFormats
impl Clone for FormatsGetOutputItemsFormats
Source§fn clone(&self) -> FormatsGetOutputItemsFormats
fn clone(&self) -> FormatsGetOutputItemsFormats
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 FormatsGetOutputItemsFormats
impl Debug for FormatsGetOutputItemsFormats
Source§impl<'de> Deserialize<'de> for FormatsGetOutputItemsFormats
impl<'de> Deserialize<'de> for FormatsGetOutputItemsFormats
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 FormatsGetOutputItemsFormats
impl RefUnwindSafe for FormatsGetOutputItemsFormats
impl Send for FormatsGetOutputItemsFormats
impl Sync for FormatsGetOutputItemsFormats
impl Unpin for FormatsGetOutputItemsFormats
impl UnsafeUnpin for FormatsGetOutputItemsFormats
impl UnwindSafe for FormatsGetOutputItemsFormats
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