pub struct PortClose {
pub conference_id: ConferenceId,
pub call_reference: CallReference,
pub passthrough_party_id: PassthroughPartyId,
pub media_type: Option<MediaType>,
}Expand description
Request to release a previously allocated media endpoint.
Fields§
§conference_id: ConferenceId§call_reference: CallReference§passthrough_party_id: PassthroughPartyId§media_type: Option<MediaType>Trait Implementations§
impl Copy for PortClose
impl Eq for PortClose
impl StructuralPartialEq for PortClose
Auto Trait Implementations§
impl Freeze for PortClose
impl RefUnwindSafe for PortClose
impl Send for PortClose
impl Sync for PortClose
impl Unpin for PortClose
impl UnsafeUnpin for PortClose
impl UnwindSafe for PortClose
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