pub struct NoAltMDSource;Expand description
NoAltMDSource (816).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoAltMDSource
impl RefUnwindSafe for NoAltMDSource
impl Send for NoAltMDSource
impl Sync for NoAltMDSource
impl Unpin for NoAltMDSource
impl UnsafeUnpin for NoAltMDSource
impl UnwindSafe for NoAltMDSource
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