pub struct DirectionalFeeHookState {
pub hook_type: String,
}Fields§
§hook_type: StringTrait Implementations§
Source§impl Clone for DirectionalFeeHookState
impl Clone for DirectionalFeeHookState
Source§fn clone(&self) -> DirectionalFeeHookState
fn clone(&self) -> DirectionalFeeHookState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DirectionalFeeHookState
impl Debug for DirectionalFeeHookState
Source§impl Default for DirectionalFeeHookState
impl Default for DirectionalFeeHookState
Source§impl<'de> Deserialize<'de> for DirectionalFeeHookState
impl<'de> Deserialize<'de> for DirectionalFeeHookState
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DirectionalFeeHookState
impl PartialEq for DirectionalFeeHookState
Source§impl Serialize for DirectionalFeeHookState
impl Serialize for DirectionalFeeHookState
impl StructuralPartialEq for DirectionalFeeHookState
Auto Trait Implementations§
impl Freeze for DirectionalFeeHookState
impl RefUnwindSafe for DirectionalFeeHookState
impl Send for DirectionalFeeHookState
impl Sync for DirectionalFeeHookState
impl Unpin for DirectionalFeeHookState
impl UnwindSafe for DirectionalFeeHookState
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