pub struct SegmentQueryJson {
pub contacts: Option<Value>,
}Fields§
§contacts: Option<Value>Trait Implementations§
Source§impl Debug for SegmentQueryJson
impl Debug for SegmentQueryJson
Source§impl<'de> Deserialize<'de> for SegmentQueryJson
impl<'de> Deserialize<'de> for SegmentQueryJson
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 Display for SegmentQueryJson
impl Display for SegmentQueryJson
Auto Trait Implementations§
impl Freeze for SegmentQueryJson
impl RefUnwindSafe for SegmentQueryJson
impl Send for SegmentQueryJson
impl Sync for SegmentQueryJson
impl Unpin for SegmentQueryJson
impl UnsafeUnpin for SegmentQueryJson
impl UnwindSafe for SegmentQueryJson
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