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