pub struct MaxIdentifierLength {
pub max_length: usize,
}Fields§
§max_length: usizeTrait Implementations§
Source§impl Default for MaxIdentifierLength
impl Default for MaxIdentifierLength
Source§impl Rule for MaxIdentifierLength
impl Rule for MaxIdentifierLength
Auto Trait Implementations§
impl Freeze for MaxIdentifierLength
impl RefUnwindSafe for MaxIdentifierLength
impl Send for MaxIdentifierLength
impl Sync for MaxIdentifierLength
impl Unpin for MaxIdentifierLength
impl UnsafeUnpin for MaxIdentifierLength
impl UnwindSafe for MaxIdentifierLength
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