pub struct MdLi {
pub li: Vec<Md>,
}Fields§
§li: Vec<Md>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MdLi
impl RefUnwindSafe for MdLi
impl Send for MdLi
impl Sync for MdLi
impl Unpin for MdLi
impl UnwindSafe for MdLi
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