pub struct SessionName(/* private fields */);
Expand description
The session name line (s=
) of SDP.
Implementations§
Trait Implementations§
Source§impl Clone for SessionName
impl Clone for SessionName
Source§fn clone(&self) -> SessionName
fn clone(&self) -> SessionName
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 SessionName
impl Debug for SessionName
Source§impl Display for SessionName
impl Display for SessionName
Source§impl From<SessionName> for String
impl From<SessionName> for String
Source§fn from(session_name: SessionName) -> Self
fn from(session_name: SessionName) -> Self
Converts to this type from the input type.
Source§impl From<String> for SessionName
impl From<String> for SessionName
Source§impl<'a> From<Tokenizer<'a, 's'>> for SessionName
impl<'a> From<Tokenizer<'a, 's'>> for SessionName
Source§impl Ord for SessionName
impl Ord for SessionName
Source§fn cmp(&self, other: &SessionName) -> Ordering
fn cmp(&self, other: &SessionName) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SessionName
impl PartialEq for SessionName
Source§impl PartialOrd for SessionName
impl PartialOrd for SessionName
impl Eq for SessionName
impl StructuralPartialEq for SessionName
Auto Trait Implementations§
impl Freeze for SessionName
impl RefUnwindSafe for SessionName
impl Send for SessionName
impl Sync for SessionName
impl Unpin for SessionName
impl UnwindSafe for SessionName
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