pub struct WhepSource {
pub participant_id: String,
}Expand description
Selects the remote participant a WHEP subscriber pulls.
Fields§
§participant_id: StringThe remote participant to pull.
Trait Implementations§
Source§impl Clone for WhepSource
impl Clone for WhepSource
Source§fn clone(&self) -> WhepSource
fn clone(&self) -> WhepSource
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 moreAuto Trait Implementations§
impl Freeze for WhepSource
impl RefUnwindSafe for WhepSource
impl Send for WhepSource
impl Sync for WhepSource
impl Unpin for WhepSource
impl UnsafeUnpin for WhepSource
impl UnwindSafe for WhepSource
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