#[non_exhaustive]pub struct IdsUnaryOperator;Expand description
IDS_Unary_Operator Property
Trait Implementations§
Source§impl BinaryProperty for IdsUnaryOperator
impl BinaryProperty for IdsUnaryOperator
Auto Trait Implementations§
impl Freeze for IdsUnaryOperator
impl RefUnwindSafe for IdsUnaryOperator
impl Send for IdsUnaryOperator
impl Sync for IdsUnaryOperator
impl Unpin for IdsUnaryOperator
impl UnwindSafe for IdsUnaryOperator
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