Struct mathml::parsers::decapodes_serialization::ProjectionOperator
source · pub struct ProjectionOperator {
pub proj1: usize,
pub proj2: usize,
pub res: usize,
pub op2: String,
}
Fields§
§proj1: usize
§proj2: usize
§res: usize
§op2: String
Trait Implementations§
source§impl Clone for ProjectionOperator
impl Clone for ProjectionOperator
source§fn clone(&self) -> ProjectionOperator
fn clone(&self) -> ProjectionOperator
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ProjectionOperator
impl Debug for ProjectionOperator
source§impl<'de> Deserialize<'de> for ProjectionOperator
impl<'de> Deserialize<'de> for ProjectionOperator
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ProjectionOperator
impl Serialize for ProjectionOperator
Auto Trait Implementations§
impl RefUnwindSafe for ProjectionOperator
impl Send for ProjectionOperator
impl Sync for ProjectionOperator
impl Unpin for ProjectionOperator
impl UnwindSafe for ProjectionOperator
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