Struct continuation_router::instruction::SsWithdrawOne
source · [−]pub struct SsWithdrawOne;Expand description
Instruction.
Trait Implementations
sourceimpl BorshDeserialize for SsWithdrawOne
impl BorshDeserialize for SsWithdrawOne
sourceimpl BorshSerialize for SsWithdrawOne
impl BorshSerialize for SsWithdrawOne
Auto Trait Implementations
impl RefUnwindSafe for SsWithdrawOne
impl Send for SsWithdrawOne
impl Sync for SsWithdrawOne
impl Unpin for SsWithdrawOne
impl UnwindSafe for SsWithdrawOne
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