pub struct BotSnapshot {
pub lark_app_id: Option<String>,
pub cli_id: Option<String>,
pub display_name: Option<String>,
pub working_dir: Option<String>,
}Fields§
§lark_app_id: Option<String>§cli_id: Option<String>§display_name: Option<String>§working_dir: Option<String>Trait Implementations§
Source§impl Clone for BotSnapshot
impl Clone for BotSnapshot
Source§fn clone(&self) -> BotSnapshot
fn clone(&self) -> BotSnapshot
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 moreSource§impl Debug for BotSnapshot
impl Debug for BotSnapshot
Source§impl<'de> Deserialize<'de> for BotSnapshot
impl<'de> Deserialize<'de> for BotSnapshot
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
impl Eq for BotSnapshot
Source§impl PartialEq for BotSnapshot
impl PartialEq for BotSnapshot
Source§fn eq(&self, other: &BotSnapshot) -> bool
fn eq(&self, other: &BotSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BotSnapshot
impl Serialize for BotSnapshot
impl StructuralPartialEq for BotSnapshot
Auto Trait Implementations§
impl Freeze for BotSnapshot
impl RefUnwindSafe for BotSnapshot
impl Send for BotSnapshot
impl Sync for BotSnapshot
impl Unpin for BotSnapshot
impl UnsafeUnpin for BotSnapshot
impl UnwindSafe for BotSnapshot
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