pub struct MdLimits {
pub max_depth: usize,
pub max_line_len: usize,
pub max_list_len: usize,
pub max_node_count: usize,
}Fields§
§max_depth: usize§max_line_len: usize§max_list_len: usize§max_node_count: usizeTrait Implementations§
impl Copy for MdLimits
impl Eq for MdLimits
impl StructuralPartialEq for MdLimits
Auto Trait Implementations§
impl Freeze for MdLimits
impl RefUnwindSafe for MdLimits
impl Send for MdLimits
impl Sync for MdLimits
impl Unpin for MdLimits
impl UnsafeUnpin for MdLimits
impl UnwindSafe for MdLimits
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