pub struct ObjectKeys {
pub properties: Properties,
pub required: Vec<String>,
pub additional_properties: Box<AdditionalProperties>,
}Expand description
Keywords for an object type property.
Structs and struct-type variants are correspond to ObjectKeys.
Fields§
§properties: Properties§required: Vec<String>§additional_properties: Box<AdditionalProperties>Trait Implementations§
Source§impl Debug for ObjectKeys
impl Debug for ObjectKeys
Source§impl Serialize for ObjectKeys
impl Serialize for ObjectKeys
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ObjectKeys
impl RefUnwindSafe for ObjectKeys
impl Send for ObjectKeys
impl Sync for ObjectKeys
impl Unpin for ObjectKeys
impl UnwindSafe for ObjectKeys
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