pub struct EndCallSession {
pub channel_id: Id<ChannelMarker>,
}Expand description
Terminate an active voice call in a channel.
Fields§
§channel_id: Id<ChannelMarker>Implementations§
Source§impl EndCallSession
impl EndCallSession
Sourcepub fn builder() -> EndCallSessionBuilder
pub fn builder() -> EndCallSessionBuilder
Create an instance of EndCallSession using the builder syntax
Trait Implementations§
Source§impl Clone for EndCallSession
impl Clone for EndCallSession
Source§fn clone(&self) -> EndCallSession
fn clone(&self) -> EndCallSession
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 EndCallSession
impl Debug for EndCallSession
Source§impl Endpoint for EndCallSession
impl Endpoint for EndCallSession
impl Copy for EndCallSession
Auto Trait Implementations§
impl Freeze for EndCallSession
impl RefUnwindSafe for EndCallSession
impl Send for EndCallSession
impl Sync for EndCallSession
impl Unpin for EndCallSession
impl UnsafeUnpin for EndCallSession
impl UnwindSafe for EndCallSession
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