Struct cyclos_core::states::factory::SetFeeProtocolEvent
source · [−]Expand description
Emitted when the protocol fee is changed for a pool
Fields
fee_protocol_old: u8The previous value of the protocol fee
fee_protocol: u8The updated value of the protocol fee
Trait Implementations
sourceimpl BorshDeserialize for SetFeeProtocolEvent where
u8: BorshDeserialize,
u8: BorshDeserialize,
impl BorshDeserialize for SetFeeProtocolEvent where
u8: BorshDeserialize,
u8: BorshDeserialize,
sourceimpl BorshSerialize for SetFeeProtocolEvent where
u8: BorshSerialize,
u8: BorshSerialize,
impl BorshSerialize for SetFeeProtocolEvent where
u8: BorshSerialize,
u8: BorshSerialize,
sourceimpl Discriminator for SetFeeProtocolEvent
impl Discriminator for SetFeeProtocolEvent
fn discriminator() -> [u8; 8]
Auto Trait Implementations
impl RefUnwindSafe for SetFeeProtocolEvent
impl Send for SetFeeProtocolEvent
impl Sync for SetFeeProtocolEvent
impl Unpin for SetFeeProtocolEvent
impl UnwindSafe for SetFeeProtocolEvent
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