pub struct FieldDef {
pub body: FieldDefBody,
pub excluded_values: Vec<Number>,
}Fields§
§body: FieldDefBody§excluded_values: Vec<Number>Implementations§
Source§impl FieldDef
impl FieldDef
pub fn only_char_tokens(&self) -> Option<&CharTokens>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FieldDef
impl RefUnwindSafe for FieldDef
impl Send for FieldDef
impl Sync for FieldDef
impl Unpin for FieldDef
impl UnwindSafe for FieldDef
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