pub struct UpdateBusinessConnection {
pub connection: BusinessConnection,
}
Expand description
A business connection has changed; for bots only
Fields§
§connection: BusinessConnection
New data about the connection
Trait Implementations§
Source§impl Clone for UpdateBusinessConnection
impl Clone for UpdateBusinessConnection
Source§fn clone(&self) -> UpdateBusinessConnection
fn clone(&self) -> UpdateBusinessConnection
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 UpdateBusinessConnection
impl Debug for UpdateBusinessConnection
Source§impl Default for UpdateBusinessConnection
impl Default for UpdateBusinessConnection
Source§fn default() -> UpdateBusinessConnection
fn default() -> UpdateBusinessConnection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateBusinessConnection
impl<'de> Deserialize<'de> for UpdateBusinessConnection
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 UpdateBusinessConnection
impl PartialEq for UpdateBusinessConnection
Source§impl Serialize for UpdateBusinessConnection
impl Serialize for UpdateBusinessConnection
impl StructuralPartialEq for UpdateBusinessConnection
Auto Trait Implementations§
impl Freeze for UpdateBusinessConnection
impl RefUnwindSafe for UpdateBusinessConnection
impl Send for UpdateBusinessConnection
impl Sync for UpdateBusinessConnection
impl Unpin for UpdateBusinessConnection
impl UnwindSafe for UpdateBusinessConnection
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