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