pub struct ExprIdentifier(pub String);Tuple Fields§
§0: StringImplementations§
Trait Implementations§
Source§impl Debug for ExprIdentifier
impl Debug for ExprIdentifier
Source§impl PartialEq for ExprIdentifier
impl PartialEq for ExprIdentifier
impl StructuralPartialEq for ExprIdentifier
Auto Trait Implementations§
impl Freeze for ExprIdentifier
impl RefUnwindSafe for ExprIdentifier
impl Send for ExprIdentifier
impl Sync for ExprIdentifier
impl Unpin for ExprIdentifier
impl UnwindSafe for ExprIdentifier
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