pub struct LendAccountMeta {
pub is_signer: bool,
pub is_writable: bool,
pub pubkey: String,
}Fields§
§is_signer: bool§is_writable: bool§pubkey: StringTrait Implementations§
Source§impl Clone for LendAccountMeta
impl Clone for LendAccountMeta
Source§fn clone(&self) -> LendAccountMeta
fn clone(&self) -> LendAccountMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LendAccountMeta
impl Debug for LendAccountMeta
Source§impl<'de> Deserialize<'de> for LendAccountMeta
impl<'de> Deserialize<'de> for LendAccountMeta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LendAccountMeta
impl RefUnwindSafe for LendAccountMeta
impl Send for LendAccountMeta
impl Sync for LendAccountMeta
impl Unpin for LendAccountMeta
impl UnsafeUnpin for LendAccountMeta
impl UnwindSafe for LendAccountMeta
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