pub struct UserMmpTriggerNotification {
pub block_rfq: Option<bool>,
pub frozen_until: i64,
pub index_name: Option<String>,
pub mmp_group: Option<String>,
}Fields§
§block_rfq: Option<bool>§frozen_until: i64§index_name: Option<String>§mmp_group: Option<String>Trait Implementations§
Source§impl Clone for UserMmpTriggerNotification
impl Clone for UserMmpTriggerNotification
Source§fn clone(&self) -> UserMmpTriggerNotification
fn clone(&self) -> UserMmpTriggerNotification
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 UserMmpTriggerNotification
impl Debug for UserMmpTriggerNotification
Source§impl Default for UserMmpTriggerNotification
impl Default for UserMmpTriggerNotification
Source§fn default() -> UserMmpTriggerNotification
fn default() -> UserMmpTriggerNotification
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserMmpTriggerNotification
impl<'de> Deserialize<'de> for UserMmpTriggerNotification
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
impl StructuralPartialEq for UserMmpTriggerNotification
Auto Trait Implementations§
impl Freeze for UserMmpTriggerNotification
impl RefUnwindSafe for UserMmpTriggerNotification
impl Send for UserMmpTriggerNotification
impl Sync for UserMmpTriggerNotification
impl Unpin for UserMmpTriggerNotification
impl UnwindSafe for UserMmpTriggerNotification
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