pub struct Kwarg {
pub ident: Identifier,
pub expr: ExprKind,
}
Fields§
§ident: Identifier
§expr: ExprKind
Trait Implementations§
impl StructuralPartialEq for Kwarg
Auto Trait Implementations§
impl Freeze for Kwarg
impl RefUnwindSafe for Kwarg
impl Send for Kwarg
impl Sync for Kwarg
impl Unpin for Kwarg
impl UnwindSafe for Kwarg
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