pub struct AbbrevAttribute {
pub at: DwAt,
pub form: DwForm,
}Fields§
§at: DwAt§form: DwFormImplementations§
Trait Implementations§
Source§impl Debug for AbbrevAttribute
impl Debug for AbbrevAttribute
Source§impl PartialEq for AbbrevAttribute
impl PartialEq for AbbrevAttribute
impl Eq for AbbrevAttribute
impl StructuralPartialEq for AbbrevAttribute
Auto Trait Implementations§
impl Freeze for AbbrevAttribute
impl RefUnwindSafe for AbbrevAttribute
impl Send for AbbrevAttribute
impl Sync for AbbrevAttribute
impl Unpin for AbbrevAttribute
impl UnwindSafe for AbbrevAttribute
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