pub struct AccountV2 { /* private fields */ }Implementations§
Source§impl AccountV2
impl AccountV2
pub fn address<T>(self, value: T) -> Self
pub fn data<T>(self, value: T) -> Self
pub fn hash<T>(self, value: T) -> Self
pub fn lamports<T>(self, value: T) -> Self
pub fn leaf_index<T>(self, value: T) -> Self
pub fn merkle_context<T>(self, value: T) -> Self
pub fn owner<T>(self, value: T) -> Self
pub fn prove_by_index<T>(self, value: T) -> Self
pub fn seq<T>(self, value: T) -> Self
pub fn slot_created<T>(self, value: T) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AccountV2
impl RefUnwindSafe for AccountV2
impl Send for AccountV2
impl Sync for AccountV2
impl Unpin for AccountV2
impl UnsafeUnpin for AccountV2
impl UnwindSafe for AccountV2
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