pub struct LaserDiscFormatIri;Trait Implementations§
Source§impl PartialEq<&str> for LaserDiscFormatIri
impl PartialEq<&str> for LaserDiscFormatIri
Source§impl PartialEq<LaserDiscFormatIri> for &str
impl PartialEq<LaserDiscFormatIri> for &str
Auto Trait Implementations§
impl Freeze for LaserDiscFormatIri
impl RefUnwindSafe for LaserDiscFormatIri
impl Send for LaserDiscFormatIri
impl Sync for LaserDiscFormatIri
impl Unpin for LaserDiscFormatIri
impl UnwindSafe for LaserDiscFormatIri
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