pub struct AssertSysvarClock {}Expand description
Accounts.
Implementations§
Source§impl AssertSysvarClock
impl AssertSysvarClock
pub fn instruction(&self, args: AssertSysvarClockInstructionArgs) -> Instruction
pub fn instruction_with_remaining_accounts( &self, args: AssertSysvarClockInstructionArgs, remaining_accounts: &[AccountMeta], ) -> Instruction
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AssertSysvarClock
impl RefUnwindSafe for AssertSysvarClock
impl Send for AssertSysvarClock
impl Sync for AssertSysvarClock
impl Unpin for AssertSysvarClock
impl UnwindSafe for AssertSysvarClock
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