Struct naia_parse::parse::Field
source · [−]pub struct Field {
pub vis: Visibility,
pub field_name: Option<String>,
pub ty: Type,
}Fields
vis: Visibilityfield_name: Option<String>ty: TypeTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Field
impl Send for Field
impl Sync for Field
impl Unpin for Field
impl UnwindSafe for Field
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more