pub struct Unary { /* private fields */ }
Expand description
Unary operator in Ascii math.
Implementations§
Trait Implementations§
Source§impl IntoElements for Unary
impl IntoElements for Unary
Source§fn into_elements(self) -> Elements
fn into_elements(self) -> Elements
Converts the type into elements.
impl Eq for Unary
impl StructuralPartialEq for Unary
Auto Trait Implementations§
impl Freeze for Unary
impl RefUnwindSafe for Unary
impl Send for Unary
impl Sync for Unary
impl Unpin for Unary
impl UnwindSafe for Unary
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