pub struct GroupReplyPolicy {
pub mode: GroupReplyMode,
pub allowed_sender_ids: Vec<String>,
pub bot_name: Option<String>,
}Expand description
Per-channel group reply policy.
Fields§
§mode: GroupReplyMode§allowed_sender_ids: Vec<String>§bot_name: Option<String>Trait Implementations§
Source§impl Clone for GroupReplyPolicy
impl Clone for GroupReplyPolicy
Source§fn clone(&self) -> GroupReplyPolicy
fn clone(&self) -> GroupReplyPolicy
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 GroupReplyPolicy
impl Debug for GroupReplyPolicy
Auto Trait Implementations§
impl Freeze for GroupReplyPolicy
impl RefUnwindSafe for GroupReplyPolicy
impl Send for GroupReplyPolicy
impl Sync for GroupReplyPolicy
impl Unpin for GroupReplyPolicy
impl UnsafeUnpin for GroupReplyPolicy
impl UnwindSafe for GroupReplyPolicy
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