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