pub struct BlendENoteAgent {
pub contact_name: Option<String>,
pub postal_address: Option<Value>,
pub type_: Option<String>,
pub unparsed_name: String,
}
Fields§
§contact_name: Option<String>
§postal_address: Option<Value>
§type_: Option<String>
§unparsed_name: String
Trait Implementations§
Source§impl Debug for BlendENoteAgent
impl Debug for BlendENoteAgent
Source§impl<'de> Deserialize<'de> for BlendENoteAgent
impl<'de> Deserialize<'de> for BlendENoteAgent
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 BlendENoteAgent
impl Display for BlendENoteAgent
Auto Trait Implementations§
impl Freeze for BlendENoteAgent
impl RefUnwindSafe for BlendENoteAgent
impl Send for BlendENoteAgent
impl Sync for BlendENoteAgent
impl Unpin for BlendENoteAgent
impl UnwindSafe for BlendENoteAgent
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