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