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