pub struct SchemaList { /* private fields */ }Expand description
Native representation of a list of Schemas
Implementations
Trait Implementations
sourceimpl Clone for SchemaList
impl Clone for SchemaList
sourcefn clone(&self) -> SchemaList
fn clone(&self) -> SchemaList
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 SchemaList
impl Debug for SchemaList
sourceimpl FromBytes<SchemaList> for SchemaList
impl FromBytes<SchemaList> for SchemaList
fn from_bytes(bytes: &[u8]) -> Result<SchemaList, ProtoConversionError>
sourceimpl FromNative<SchemaList> for SchemaList
impl FromNative<SchemaList> for SchemaList
fn from_native(schema_list: SchemaList) -> Result<Self, ProtoConversionError>
sourceimpl FromProto<SchemaList> for SchemaList
impl FromProto<SchemaList> for SchemaList
fn from_proto(schema_list: SchemaList) -> Result<Self, ProtoConversionError>
sourceimpl IntoBytes for SchemaList
impl IntoBytes for SchemaList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
sourceimpl IntoNative<SchemaList> for SchemaList
impl IntoNative<SchemaList> for SchemaList
fn into_native(self) -> Result<T, ProtoConversionError>
sourceimpl IntoProto<SchemaList> for SchemaList
impl IntoProto<SchemaList> for SchemaList
fn into_proto(self) -> Result<T, ProtoConversionError>
sourceimpl PartialEq<SchemaList> for SchemaList
impl PartialEq<SchemaList> for SchemaList
sourcefn eq(&self, other: &SchemaList) -> bool
fn eq(&self, other: &SchemaList) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SchemaList) -> bool
fn ne(&self, other: &SchemaList) -> bool
This method tests for !=.
impl StructuralPartialEq for SchemaList
Auto Trait Implementations
impl RefUnwindSafe for SchemaList
impl Send for SchemaList
impl Sync for SchemaList
impl Unpin for SchemaList
impl UnwindSafe for SchemaList
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