pub struct OnchainDataResultSchema { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for OnchainDataResultSchema
impl Clone for OnchainDataResultSchema
Source§fn clone(&self) -> OnchainDataResultSchema
fn clone(&self) -> OnchainDataResultSchema
Returns a duplicate of the value. Read more
1.0.0 · 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 OnchainDataResultSchema
impl Debug for OnchainDataResultSchema
Source§impl Default for OnchainDataResultSchema
impl Default for OnchainDataResultSchema
Source§impl From<OnchainDataResultSchema> for OnchainDataResultSchema
impl From<OnchainDataResultSchema> for OnchainDataResultSchema
Source§fn from(value: OnchainDataResultSchema) -> Self
fn from(value: OnchainDataResultSchema) -> Self
Converts to this type from the input type.
Source§impl TryFrom<OnchainDataResultSchema> for OnchainDataResultSchema
impl TryFrom<OnchainDataResultSchema> for OnchainDataResultSchema
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: OnchainDataResultSchema) -> Result<Self, ConversionError>
fn try_from(value: OnchainDataResultSchema) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for OnchainDataResultSchema
impl RefUnwindSafe for OnchainDataResultSchema
impl Send for OnchainDataResultSchema
impl Sync for OnchainDataResultSchema
impl Unpin for OnchainDataResultSchema
impl UnwindSafe for OnchainDataResultSchema
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