pub struct IntegrationWhen {
pub key: String,
pub op: String,
pub value: String,
}Fields§
§key: String§op: String§value: StringTrait Implementations§
Source§impl Clone for IntegrationWhen
impl Clone for IntegrationWhen
Source§fn clone(&self) -> IntegrationWhen
fn clone(&self) -> IntegrationWhen
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 IntegrationWhen
impl Debug for IntegrationWhen
Source§impl<'de> Deserialize<'de> for IntegrationWhen
impl<'de> Deserialize<'de> for IntegrationWhen
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 IntegrationWhen
impl PartialEq for IntegrationWhen
Source§impl Serialize for IntegrationWhen
impl Serialize for IntegrationWhen
impl StructuralPartialEq for IntegrationWhen
Auto Trait Implementations§
impl Freeze for IntegrationWhen
impl RefUnwindSafe for IntegrationWhen
impl Send for IntegrationWhen
impl Sync for IntegrationWhen
impl Unpin for IntegrationWhen
impl UnsafeUnpin for IntegrationWhen
impl UnwindSafe for IntegrationWhen
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