pub struct Postfix {
pub node: Node,
pub ty: Type,
pub kind: PostfixKind,
}
Fields§
§node: Node
§ty: Type
§kind: PostfixKind
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Postfix
impl RefUnwindSafe for Postfix
impl !Send for Postfix
impl !Sync for Postfix
impl Unpin for Postfix
impl UnwindSafe for Postfix
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