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