pub struct ExtensionSchemaProperty {
pub name: String,
pub _type: String,
}
Fields§
§name: String
§_type: String
Trait Implementations§
Source§impl Clone for ExtensionSchemaProperty
impl Clone for ExtensionSchemaProperty
Source§fn clone(&self) -> ExtensionSchemaProperty
fn clone(&self) -> ExtensionSchemaProperty
Returns a duplicate 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 ExtensionSchemaProperty
impl Debug for ExtensionSchemaProperty
Source§impl<'de> Deserialize<'de> for ExtensionSchemaProperty
impl<'de> Deserialize<'de> for ExtensionSchemaProperty
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 ExtensionSchemaProperty
impl PartialEq for ExtensionSchemaProperty
Source§impl Serialize for ExtensionSchemaProperty
impl Serialize for ExtensionSchemaProperty
impl Eq for ExtensionSchemaProperty
impl StructuralPartialEq for ExtensionSchemaProperty
Auto Trait Implementations§
impl Freeze for ExtensionSchemaProperty
impl RefUnwindSafe for ExtensionSchemaProperty
impl Send for ExtensionSchemaProperty
impl Sync for ExtensionSchemaProperty
impl Unpin for ExtensionSchemaProperty
impl UnwindSafe for ExtensionSchemaProperty
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