pub struct src;
Trait Implementations§
impl Attribute for src
impl AudioCompat for src
impl EmbedCompat for src
impl IframeCompat for src
impl ImgCompat for src
impl InputCompat for src
impl ScriptCompat for src
impl SourceCompat for src
impl TrackCompat for src
impl VideoCompat for src
Auto Trait Implementations§
impl Freeze for src
impl RefUnwindSafe for src
impl Send for src
impl Sync for src
impl Unpin for src
impl UnwindSafe for src
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