pub struct RouterPlacement {
pub router: RouterId,
pub media_worker: MediaWorkerId,
}Fields§
§router: RouterId§media_worker: MediaWorkerIdTrait Implementations§
Source§impl Clone for RouterPlacement
impl Clone for RouterPlacement
Source§fn clone(&self) -> RouterPlacement
fn clone(&self) -> RouterPlacement
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 RouterPlacement
impl Debug for RouterPlacement
Source§impl PartialEq for RouterPlacement
impl PartialEq for RouterPlacement
impl Copy for RouterPlacement
impl Eq for RouterPlacement
impl StructuralPartialEq for RouterPlacement
Auto Trait Implementations§
impl Freeze for RouterPlacement
impl RefUnwindSafe for RouterPlacement
impl Send for RouterPlacement
impl Sync for RouterPlacement
impl Unpin for RouterPlacement
impl UnsafeUnpin for RouterPlacement
impl UnwindSafe for RouterPlacement
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