pub struct ControlledSession {
pub bootstrap: SessionBootstrap,
pub session: VoxRtcControlSession,
}Fields§
§bootstrap: SessionBootstrap§session: VoxRtcControlSessionTrait Implementations§
Source§impl Clone for ControlledSession
impl Clone for ControlledSession
Source§fn clone(&self) -> ControlledSession
fn clone(&self) -> ControlledSession
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 ControlledSession
impl !RefUnwindSafe for ControlledSession
impl Send for ControlledSession
impl Sync for ControlledSession
impl Unpin for ControlledSession
impl UnsafeUnpin for ControlledSession
impl !UnwindSafe for ControlledSession
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