pub struct Abbrev {
pub code: u64,
pub tag: u64,
pub has_children: bool,
pub attr_specs: Vec<AttrSpec>,
}Fields§
§code: u64§tag: u64§has_children: bool§attr_specs: Vec<AttrSpec>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Abbrev
impl RefUnwindSafe for Abbrev
impl Send for Abbrev
impl Sync for Abbrev
impl Unpin for Abbrev
impl UnwindSafe for Abbrev
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