pub struct ListEntry {
pub flags: MACBFlags,
pub line: Arc<Bodyfile3Line>,
}Fields§
§flags: MACBFlags§line: Arc<Bodyfile3Line>Trait Implementations§
Source§impl Ord for ListEntry
impl Ord for ListEntry
Source§impl PartialOrd for ListEntry
impl PartialOrd for ListEntry
impl Eq for ListEntry
Auto Trait Implementations§
impl Freeze for ListEntry
impl RefUnwindSafe for ListEntry
impl Send for ListEntry
impl Sync for ListEntry
impl Unpin for ListEntry
impl UnwindSafe for ListEntry
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