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
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