pub enum ResolvedPostfixOperatorKind {
Unwrap,
}
Variants§
Unwrap
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedPostfixOperatorKind
impl RefUnwindSafe for ResolvedPostfixOperatorKind
impl Send for ResolvedPostfixOperatorKind
impl Sync for ResolvedPostfixOperatorKind
impl Unpin for ResolvedPostfixOperatorKind
impl UnwindSafe for ResolvedPostfixOperatorKind
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