pub struct UnitField {
pub doc: String,
pub name: Ident,
pub value: isize,
}
Fields§
§doc: String
§name: Ident
§value: isize
Implementations§
Auto Trait Implementations§
impl Freeze for UnitField
impl RefUnwindSafe for UnitField
impl Send for UnitField
impl Sync for UnitField
impl Unpin for UnitField
impl UnwindSafe for UnitField
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