pub struct SchemaList { /* private fields */ }Expand description
Native representation of a list of Schemas
Implementations§
Trait Implementations§
Source§impl Clone for SchemaList
impl Clone for SchemaList
Source§fn clone(&self) -> SchemaList
fn clone(&self) -> SchemaList
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 SchemaList
impl Debug for SchemaList
Source§impl FromBytes<SchemaList> for SchemaList
impl FromBytes<SchemaList> for SchemaList
fn from_bytes(bytes: &[u8]) -> Result<SchemaList, ProtoConversionError>
Source§impl FromNative<SchemaList> for SchemaList
impl FromNative<SchemaList> for SchemaList
fn from_native(schema_list: SchemaList) -> Result<Self, ProtoConversionError>
Source§impl FromProto<SchemaList> for SchemaList
impl FromProto<SchemaList> for SchemaList
fn from_proto(schema_list: SchemaList) -> Result<Self, ProtoConversionError>
Source§impl IntoBytes for SchemaList
impl IntoBytes for SchemaList
fn into_bytes(self) -> Result<Vec<u8>, ProtoConversionError>
Source§impl IntoNative<SchemaList> for SchemaList
impl IntoNative<SchemaList> for SchemaList
fn into_native(self) -> Result<T, ProtoConversionError>
Source§impl IntoProto<SchemaList> for SchemaList
impl IntoProto<SchemaList> for SchemaList
fn into_proto(self) -> Result<T, ProtoConversionError>
Source§impl PartialEq for SchemaList
impl PartialEq for SchemaList
impl StructuralPartialEq for SchemaList
Auto Trait Implementations§
impl Freeze for SchemaList
impl RefUnwindSafe for SchemaList
impl Send for SchemaList
impl Sync for SchemaList
impl Unpin for SchemaList
impl UnsafeUnpin for SchemaList
impl UnwindSafe for SchemaList
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