pub struct Parsed {
pub identity: PathOwned,
pub kind: Kind,
}Expand description
An announced path split into identity and kind.
Fields§
§identity: PathOwnedPath prefix identifying the participant; may be more than one segment.
kind: Kindcamera (camera + mic) or screen (screenshare).
Trait Implementations§
impl Eq for Parsed
impl StructuralPartialEq for Parsed
Auto Trait Implementations§
impl Freeze for Parsed
impl RefUnwindSafe for Parsed
impl Send for Parsed
impl Sync for Parsed
impl Unpin for Parsed
impl UnsafeUnpin for Parsed
impl UnwindSafe for Parsed
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