pub struct MultiWeixinBotOptions {
pub accounts: Vec<BotAccountOptions>,
pub state_dir: Option<String>,
}Fields§
§accounts: Vec<BotAccountOptions>§state_dir: Option<String>Trait Implementations§
Source§impl Clone for MultiWeixinBotOptions
impl Clone for MultiWeixinBotOptions
Source§fn clone(&self) -> MultiWeixinBotOptions
fn clone(&self) -> MultiWeixinBotOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MultiWeixinBotOptions
impl RefUnwindSafe for MultiWeixinBotOptions
impl Send for MultiWeixinBotOptions
impl Sync for MultiWeixinBotOptions
impl Unpin for MultiWeixinBotOptions
impl UnsafeUnpin for MultiWeixinBotOptions
impl UnwindSafe for MultiWeixinBotOptions
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