Struct cyclos_core::instruction::CloseTickAccount
source · [−]pub struct CloseTickAccount;Expand description
Instruction.
Trait Implementations
sourceimpl BorshDeserialize for CloseTickAccount
impl BorshDeserialize for CloseTickAccount
sourceimpl BorshSerialize for CloseTickAccount
impl BorshSerialize for CloseTickAccount
Auto Trait Implementations
impl RefUnwindSafe for CloseTickAccount
impl Send for CloseTickAccount
impl Sync for CloseTickAccount
impl Unpin for CloseTickAccount
impl UnwindSafe for CloseTickAccount
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more