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