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