pub struct InstrTC {
pub text: String,
pub omits_page_number: bool,
pub level: Option<usize>,
pub item_type_identifier: Option<String>,
}
Fields§
§text: String
§omits_page_number: bool
§level: Option<usize>
§item_type_identifier: Option<String>
Implementations§
Trait Implementations§
impl StructuralPartialEq for InstrTC
Auto Trait Implementations§
impl Freeze for InstrTC
impl RefUnwindSafe for InstrTC
impl Send for InstrTC
impl Sync for InstrTC
impl Unpin for InstrTC
impl UnwindSafe for InstrTC
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