pub struct Unop<'a>(/* private fields */);
Implementations§
Trait Implementations§
Source§impl From<&mut _IRExpr__bindgen_ty_1__bindgen_ty_8> for Unop<'_>
impl From<&mut _IRExpr__bindgen_ty_1__bindgen_ty_8> for Unop<'_>
impl<'a> Copy for Unop<'a>
Auto Trait Implementations§
impl<'a> Freeze for Unop<'a>
impl<'a> RefUnwindSafe for Unop<'a>
impl<'a> !Send for Unop<'a>
impl<'a> !Sync for Unop<'a>
impl<'a> Unpin for Unop<'a>
impl<'a> UnwindSafe for Unop<'a>
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