pub struct PostfixBinaryOp {
pub close_token_ty: TokenType,
pub name: Option<String>,
}
Fields§
§close_token_ty: TokenType
§name: Option<String>
Auto Trait Implementations§
impl Freeze for PostfixBinaryOp
impl RefUnwindSafe for PostfixBinaryOp
impl Send for PostfixBinaryOp
impl Sync for PostfixBinaryOp
impl Unpin for PostfixBinaryOp
impl UnwindSafe for PostfixBinaryOp
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