pub struct IrCampaignReach {
pub gauge: String,
pub op: String,
pub threshold: String,
pub unit: Option<String>,
}Fields§
§gauge: String§op: String§threshold: String§unit: Option<String>Trait Implementations§
Source§impl Clone for IrCampaignReach
impl Clone for IrCampaignReach
Source§fn clone(&self) -> IrCampaignReach
fn clone(&self) -> IrCampaignReach
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IrCampaignReach
impl Debug for IrCampaignReach
impl Eq for IrCampaignReach
Source§impl PartialEq for IrCampaignReach
impl PartialEq for IrCampaignReach
impl StructuralPartialEq for IrCampaignReach
Auto Trait Implementations§
impl Freeze for IrCampaignReach
impl RefUnwindSafe for IrCampaignReach
impl Send for IrCampaignReach
impl Sync for IrCampaignReach
impl Unpin for IrCampaignReach
impl UnsafeUnpin for IrCampaignReach
impl UnwindSafe for IrCampaignReach
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