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