pub struct SessionInformation(/* private fields */);
Expand description
The session information line (i=
) of SDP.
Implementations§
Trait Implementations§
Source§impl Clone for SessionInformation
impl Clone for SessionInformation
Source§fn clone(&self) -> SessionInformation
fn clone(&self) -> SessionInformation
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 SessionInformation
impl Debug for SessionInformation
Source§impl Display for SessionInformation
impl Display for SessionInformation
Source§impl From<SessionInformation> for String
impl From<SessionInformation> for String
Source§fn from(session_information: SessionInformation) -> Self
fn from(session_information: SessionInformation) -> Self
Converts to this type from the input type.
Source§impl From<String> for SessionInformation
impl From<String> for SessionInformation
Source§impl<'a> From<Tokenizer<'a, 'i'>> for SessionInformation
impl<'a> From<Tokenizer<'a, 'i'>> for SessionInformation
Source§impl Ord for SessionInformation
impl Ord for SessionInformation
Source§fn cmp(&self, other: &SessionInformation) -> Ordering
fn cmp(&self, other: &SessionInformation) -> 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 SessionInformation
impl PartialEq for SessionInformation
Source§impl PartialOrd for SessionInformation
impl PartialOrd for SessionInformation
impl Eq for SessionInformation
impl StructuralPartialEq for SessionInformation
Auto Trait Implementations§
impl Freeze for SessionInformation
impl RefUnwindSafe for SessionInformation
impl Send for SessionInformation
impl Sync for SessionInformation
impl Unpin for SessionInformation
impl UnwindSafe for SessionInformation
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