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