pub struct ScopedSchema {
pub name: String,
pub facets: Vec<SchemaBindingFacet>,
}Fields§
§name: String§facets: Vec<SchemaBindingFacet>Trait Implementations§
Source§impl Clone for ScopedSchema
impl Clone for ScopedSchema
Source§fn clone(&self) -> ScopedSchema
fn clone(&self) -> ScopedSchema
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 ScopedSchema
impl Debug for ScopedSchema
Source§impl<'de> Deserialize<'de> for ScopedSchema
impl<'de> Deserialize<'de> for ScopedSchema
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
Auto Trait Implementations§
impl Freeze for ScopedSchema
impl RefUnwindSafe for ScopedSchema
impl Send for ScopedSchema
impl Sync for ScopedSchema
impl Unpin for ScopedSchema
impl UnsafeUnpin for ScopedSchema
impl UnwindSafe for ScopedSchema
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