pub struct MdRef(_);
Expand description
A reference to an Md
.
Implementations
Trait Implementations
sourceimpl ForeignTypeRef for MdRef
impl ForeignTypeRef for MdRef
impl Send for MdRef
impl Sync for MdRef
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more