pub struct KeyDef {
pub raw: String,
pub expr: Expr,
}Fields§
§raw: String§expr: ExprTrait Implementations§
Auto Trait Implementations§
impl Freeze for KeyDef
impl RefUnwindSafe for KeyDef
impl Send for KeyDef
impl Sync for KeyDef
impl Unpin for KeyDef
impl UnsafeUnpin for KeyDef
impl UnwindSafe for KeyDef
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