pub struct ItemField {
pub ident: String,
pub value: ItemType,
pub range: Range,
}Fields§
§ident: String§value: ItemType§range: RangeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ItemField
impl RefUnwindSafe for ItemField
impl Send for ItemField
impl Sync for ItemField
impl Unpin for ItemField
impl UnsafeUnpin for ItemField
impl UnwindSafe for ItemField
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