pub struct AddressSettings {
pub business_address: bool,
pub auto_accept: Option<AutoAccept>,
pub auto_reply: Option<MsgContent>,
pub undocumented: BTreeMap<String, JsonObject>,
}Fields§
§business_address: bool§auto_accept: Option<AutoAccept>§auto_reply: Option<MsgContent>§undocumented: BTreeMap<String, JsonObject>Trait Implementations§
Source§impl Clone for AddressSettings
impl Clone for AddressSettings
Source§fn clone(&self) -> AddressSettings
fn clone(&self) -> AddressSettings
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 AddressSettings
impl Debug for AddressSettings
Source§impl<'de> Deserialize<'de> for AddressSettings
impl<'de> Deserialize<'de> for AddressSettings
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 AddressSettings
impl PartialEq for AddressSettings
Source§impl Serialize for AddressSettings
impl Serialize for AddressSettings
impl StructuralPartialEq for AddressSettings
Auto Trait Implementations§
impl Freeze for AddressSettings
impl RefUnwindSafe for AddressSettings
impl Send for AddressSettings
impl Sync for AddressSettings
impl Unpin for AddressSettings
impl UnwindSafe for AddressSettings
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