pub struct ChannelLeftBridge {
pub bridge: Bridge,
pub channel: Channel,
}Expand description
Notification that a channel has left a bridge.
Fields§
§bridge: Bridge§channel: ChannelTrait Implementations§
Source§impl Clone for ChannelLeftBridge
impl Clone for ChannelLeftBridge
Source§fn clone(&self) -> ChannelLeftBridge
fn clone(&self) -> ChannelLeftBridge
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 ChannelLeftBridge
impl Debug for ChannelLeftBridge
Source§impl Default for ChannelLeftBridge
impl Default for ChannelLeftBridge
Source§fn default() -> ChannelLeftBridge
fn default() -> ChannelLeftBridge
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChannelLeftBridge
impl<'de> Deserialize<'de> for ChannelLeftBridge
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 ChannelLeftBridge
impl PartialEq for ChannelLeftBridge
impl StructuralPartialEq for ChannelLeftBridge
Auto Trait Implementations§
impl Freeze for ChannelLeftBridge
impl RefUnwindSafe for ChannelLeftBridge
impl Send for ChannelLeftBridge
impl Sync for ChannelLeftBridge
impl Unpin for ChannelLeftBridge
impl UnwindSafe for ChannelLeftBridge
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