Struct org_rust_parser::object::Bold
source · pub struct Bold(pub Vec<NodeID>);Tuple Fields§
§0: Vec<NodeID>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Bold
impl Send for Bold
impl Sync for Bold
impl Unpin for Bold
impl UnwindSafe for Bold
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