pub struct PatIdent {
pub meta: Option<Meta>,
pub name: String,
}Expand description
Identifier pattern.
Fields§
§meta: Option<Meta>§name: StringTrait Implementations§
impl Eq for PatIdent
impl StructuralPartialEq for PatIdent
Auto Trait Implementations§
impl Freeze for PatIdent
impl RefUnwindSafe for PatIdent
impl Send for PatIdent
impl Sync for PatIdent
impl Unpin for PatIdent
impl UnsafeUnpin for PatIdent
impl UnwindSafe for PatIdent
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