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