Struct human_program::RepostInstruction
source · #[repr(C)]pub struct RepostInstruction {}
Trait Implementations§
source§impl BorshDeserialize for RepostInstruction
impl BorshDeserialize for RepostInstruction
source§impl BorshSerialize for RepostInstruction
impl BorshSerialize for RepostInstruction
Auto Trait Implementations§
impl RefUnwindSafe for RepostInstruction
impl Send for RepostInstruction
impl Sync for RepostInstruction
impl Unpin for RepostInstruction
impl UnwindSafe for RepostInstruction
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