pub struct BMPOperator(/* private fields */);Expand description
Like a MathMLOperator, but guaranteed to be a single character in the BMP, and with no
variation selector.
Implementations§
Trait Implementations§
Source§impl Clone for BMPOperator
impl Clone for BMPOperator
Source§fn clone(&self) -> BMPOperator
fn clone(&self) -> BMPOperator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BMPOperator
Source§impl Debug for BMPOperator
impl Debug for BMPOperator
Source§impl PartialEq for BMPOperator
impl PartialEq for BMPOperator
Source§fn eq(&self, other: &BMPOperator) -> bool
fn eq(&self, other: &BMPOperator) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BMPOperator
Auto Trait Implementations§
impl Freeze for BMPOperator
impl RefUnwindSafe for BMPOperator
impl Send for BMPOperator
impl Sync for BMPOperator
impl Unpin for BMPOperator
impl UnsafeUnpin for BMPOperator
impl UnwindSafe for BMPOperator
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