Struct marine::IRecordFieldType [−]
Expand description
Represents a record field type.
Fields
name: StringA field name.
ty: ITypeA field type.
Trait Implementations
impl Clone for RecordFieldType
impl Clone for RecordFieldTypepub fn clone(&self) -> RecordFieldType
pub fn clone(&self) -> RecordFieldTypeReturns a copy of the value. Read more
Performs copy-assignment from source. Read more
impl Debug for RecordFieldType
impl Debug for RecordFieldTypeimpl<'de> Deserialize<'de> for RecordFieldType
impl<'de> Deserialize<'de> for RecordFieldTypepub fn deserialize<__D>(
__deserializer: __D
) -> Result<RecordFieldType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>,
pub fn deserialize<__D>(
__deserializer: __D
) -> Result<RecordFieldType, <__D as Deserializer<'de>>::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
impl Hash for RecordFieldType
impl Hash for RecordFieldTypeimpl PartialEq<RecordFieldType> for RecordFieldType
impl PartialEq<RecordFieldType> for RecordFieldTypepub fn eq(&self, other: &RecordFieldType) -> bool
pub fn eq(&self, other: &RecordFieldType) -> boolThis method tests for self and other values to be equal, and is used
by ==. Read more
pub fn ne(&self, other: &RecordFieldType) -> bool
pub fn ne(&self, other: &RecordFieldType) -> boolThis method tests for !=.
impl Serialize for RecordFieldType
impl Serialize for RecordFieldTypepub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
pub fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer, Serialize this value into the given Serde serializer. Read more
impl<W> ToBytes<W> for RecordFieldType where
W: Write,
impl<W> ToBytes<W> for RecordFieldType where
W: Write, Encode a RecordType into bytes.
impl Eq for RecordFieldTypeimpl StructuralEq for RecordFieldTypeimpl StructuralPartialEq for RecordFieldTypeAuto Trait Implementations
impl RefUnwindSafe for RecordFieldTypeimpl Send for RecordFieldTypeimpl Sync for RecordFieldTypeimpl Unpin for RecordFieldTypeimpl UnwindSafe for RecordFieldTypeBlanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
type Output = T
type Output = TShould always be Self