Enum serde_intermediate::schema::SchemaIdTree
source · [−]Variants
Tuple(Vec<Self>)
Path
Implementations
Trait Implementations
sourceimpl Clone for SchemaIdTree
impl Clone for SchemaIdTree
sourcefn clone(&self) -> SchemaIdTree
fn clone(&self) -> SchemaIdTree
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SchemaIdTree
impl Debug for SchemaIdTree
sourceimpl<'de> Deserialize<'de> for SchemaIdTree
impl<'de> Deserialize<'de> for SchemaIdTree
sourcefn 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
sourceimpl Display for SchemaIdTree
impl Display for SchemaIdTree
sourceimpl From<SchemaIdTree> for SchemaId
impl From<SchemaIdTree> for SchemaId
sourcefn from(tree: SchemaIdTree) -> Self
fn from(tree: SchemaIdTree) -> Self
Converts to this type from the input type.
sourceimpl From<SchemaIdTree> for SchemaIdContainer
impl From<SchemaIdTree> for SchemaIdContainer
sourcefn from(tree: SchemaIdTree) -> Self
fn from(tree: SchemaIdTree) -> Self
Converts to this type from the input type.
sourceimpl Hash for SchemaIdTree
impl Hash for SchemaIdTree
sourceimpl PartialEq<SchemaIdTree> for SchemaIdTree
impl PartialEq<SchemaIdTree> for SchemaIdTree
sourcefn eq(&self, other: &SchemaIdTree) -> bool
fn eq(&self, other: &SchemaIdTree) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &SchemaIdTree) -> bool
fn ne(&self, other: &SchemaIdTree) -> bool
This method tests for !=
.
sourceimpl Serialize for SchemaIdTree
impl Serialize for SchemaIdTree
sourceimpl TryFrom<SchemaId> for SchemaIdTree
impl TryFrom<SchemaId> for SchemaIdTree
impl Eq for SchemaIdTree
impl StructuralEq for SchemaIdTree
impl StructuralPartialEq for SchemaIdTree
Auto Trait Implementations
impl RefUnwindSafe for SchemaIdTree
impl Send for SchemaIdTree
impl Sync for SchemaIdTree
impl Unpin for SchemaIdTree
impl UnwindSafe for SchemaIdTree
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.