Struct typst_syntax::ast::MathAlignPoint
source · pub struct MathAlignPoint<'a>(/* private fields */);
Expand description
An alignment point in math: &
.
Trait Implementations§
source§impl<'a> AstNode<'a> for MathAlignPoint<'a>
impl<'a> AstNode<'a> for MathAlignPoint<'a>
source§fn from_untyped(node: &'a SyntaxNode) -> Option<Self>
fn from_untyped(node: &'a SyntaxNode) -> Option<Self>
Convert a node into its typed variant.
source§fn to_untyped(self) -> &'a SyntaxNode
fn to_untyped(self) -> &'a SyntaxNode
A reference to the underlying syntax node.
source§impl<'a> Clone for MathAlignPoint<'a>
impl<'a> Clone for MathAlignPoint<'a>
source§fn clone(&self) -> MathAlignPoint<'a>
fn clone(&self) -> MathAlignPoint<'a>
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<'a> Debug for MathAlignPoint<'a>
impl<'a> Debug for MathAlignPoint<'a>
source§impl Default for MathAlignPoint<'_>
impl Default for MathAlignPoint<'_>
source§impl<'a> Hash for MathAlignPoint<'a>
impl<'a> Hash for MathAlignPoint<'a>
source§impl<'a> PartialEq for MathAlignPoint<'a>
impl<'a> PartialEq for MathAlignPoint<'a>
source§fn eq(&self, other: &MathAlignPoint<'a>) -> bool
fn eq(&self, other: &MathAlignPoint<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'a> Copy for MathAlignPoint<'a>
impl<'a> Eq for MathAlignPoint<'a>
impl<'a> StructuralPartialEq for MathAlignPoint<'a>
Auto Trait Implementations§
impl<'a> Freeze for MathAlignPoint<'a>
impl<'a> RefUnwindSafe for MathAlignPoint<'a>
impl<'a> Send for MathAlignPoint<'a>
impl<'a> Sync for MathAlignPoint<'a>
impl<'a> Unpin for MathAlignPoint<'a>
impl<'a> UnwindSafe for MathAlignPoint<'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