pub struct Phone(/* private fields */);
Expand description
A phone number line (p=
) of SDP. Note that more than one such line could exist in an SDP
message, that’s why crate::SessionDescription has a Vec<Phone>
defined.
Implementations§
Trait Implementations§
Source§impl Ord for Phone
impl Ord for Phone
Source§impl PartialOrd for Phone
impl PartialOrd for Phone
impl Eq for Phone
impl StructuralPartialEq for Phone
Auto Trait Implementations§
impl Freeze for Phone
impl RefUnwindSafe for Phone
impl Send for Phone
impl Sync for Phone
impl Unpin for Phone
impl UnwindSafe for Phone
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