pub struct LocalChannelState {
pub channel_id: String,
pub channel: Channel,
}Fields§
§channel_id: String§channel: ChannelTrait Implementations§
Source§impl Clone for LocalChannelState
impl Clone for LocalChannelState
Source§fn clone(&self) -> LocalChannelState
fn clone(&self) -> LocalChannelState
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 LocalChannelState
impl Debug for LocalChannelState
Source§impl<'de> Deserialize<'de> for LocalChannelState
impl<'de> Deserialize<'de> for LocalChannelState
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 LocalChannelState
Source§impl PartialEq for LocalChannelState
impl PartialEq for LocalChannelState
Source§impl Serialize for LocalChannelState
impl Serialize for LocalChannelState
impl StructuralPartialEq for LocalChannelState
Auto Trait Implementations§
impl Freeze for LocalChannelState
impl RefUnwindSafe for LocalChannelState
impl Send for LocalChannelState
impl Sync for LocalChannelState
impl Unpin for LocalChannelState
impl UnsafeUnpin for LocalChannelState
impl UnwindSafe for LocalChannelState
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