pub struct AddonConfigurationSchema {
pub schema_id: String,
pub schema: Value,
}Fields§
§schema_id: String§schema: ValueImplementations§
Trait Implementations§
Source§impl Clone for AddonConfigurationSchema
impl Clone for AddonConfigurationSchema
Source§fn clone(&self) -> AddonConfigurationSchema
fn clone(&self) -> AddonConfigurationSchema
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 AddonConfigurationSchema
impl Debug for AddonConfigurationSchema
Source§impl<'de> Deserialize<'de> for AddonConfigurationSchema
impl<'de> Deserialize<'de> for AddonConfigurationSchema
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 AddonConfigurationSchema
impl PartialEq for AddonConfigurationSchema
Source§fn eq(&self, other: &AddonConfigurationSchema) -> bool
fn eq(&self, other: &AddonConfigurationSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AddonConfigurationSchema
impl Serialize for AddonConfigurationSchema
impl Eq for AddonConfigurationSchema
impl StructuralPartialEq for AddonConfigurationSchema
Auto Trait Implementations§
impl Freeze for AddonConfigurationSchema
impl RefUnwindSafe for AddonConfigurationSchema
impl Send for AddonConfigurationSchema
impl Sync for AddonConfigurationSchema
impl Unpin for AddonConfigurationSchema
impl UnsafeUnpin for AddonConfigurationSchema
impl UnwindSafe for AddonConfigurationSchema
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