Struct cyclos_core::instruction::SetFeeProtocol
source · [−]pub struct SetFeeProtocol {
pub fee_protocol: u8,
}Expand description
Instruction.
Fields
fee_protocol: u8Trait Implementations
sourceimpl BorshDeserialize for SetFeeProtocol where
u8: BorshDeserialize,
impl BorshDeserialize for SetFeeProtocol where
u8: BorshDeserialize,
sourceimpl BorshSerialize for SetFeeProtocol where
u8: BorshSerialize,
impl BorshSerialize for SetFeeProtocol where
u8: BorshSerialize,
Auto Trait Implementations
impl RefUnwindSafe for SetFeeProtocol
impl Send for SetFeeProtocol
impl Sync for SetFeeProtocol
impl Unpin for SetFeeProtocol
impl UnwindSafe for SetFeeProtocol
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