pub struct Ssrc<'a> {
pub id: u64,
pub attribute: Cow<'a, str>,
pub value: Cow<'a, str>,
}Fields§
§id: u64§attribute: Cow<'a, str>§value: Cow<'a, str>Implementations§
Trait Implementations§
impl<'a> Eq for Ssrc<'a>
impl<'a> StructuralPartialEq for Ssrc<'a>
Auto Trait Implementations§
impl<'a> Freeze for Ssrc<'a>
impl<'a> RefUnwindSafe for Ssrc<'a>
impl<'a> Send for Ssrc<'a>
impl<'a> Sync for Ssrc<'a>
impl<'a> Unpin for Ssrc<'a>
impl<'a> UnwindSafe for Ssrc<'a>
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