pub struct AutomaticRepliesSetting {
pub status: AutomaticRepliesStatus,
pub external_audience: ExternalAudienceScope,
pub scheduled_start_date_time: String,
pub scheduled_end_date_time: String,
pub internal_reply_message: String,
pub external_reply_message: String,
}
Fields§
§status: AutomaticRepliesStatus
§external_audience: ExternalAudienceScope
§scheduled_start_date_time: String
§scheduled_end_date_time: String
§internal_reply_message: String
§external_reply_message: String
Trait Implementations§
Source§impl Clone for AutomaticRepliesSetting
impl Clone for AutomaticRepliesSetting
Source§fn clone(&self) -> AutomaticRepliesSetting
fn clone(&self) -> AutomaticRepliesSetting
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 AutomaticRepliesSetting
impl Debug for AutomaticRepliesSetting
Source§impl<'de> Deserialize<'de> for AutomaticRepliesSetting
impl<'de> Deserialize<'de> for AutomaticRepliesSetting
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 AutomaticRepliesSetting
impl PartialEq for AutomaticRepliesSetting
Source§impl Serialize for AutomaticRepliesSetting
impl Serialize for AutomaticRepliesSetting
impl Eq for AutomaticRepliesSetting
impl StructuralPartialEq for AutomaticRepliesSetting
Auto Trait Implementations§
impl Freeze for AutomaticRepliesSetting
impl RefUnwindSafe for AutomaticRepliesSetting
impl Send for AutomaticRepliesSetting
impl Sync for AutomaticRepliesSetting
impl Unpin for AutomaticRepliesSetting
impl UnwindSafe for AutomaticRepliesSetting
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