pub struct Dimension(/* private fields */);Expand description
Represents a token with Kind::Dimension. Use T![Dimension] to refer to this.
Implementations§
Trait Implementations§
Source§impl Ord for Dimension
impl Ord for Dimension
Source§impl PartialOrd for Dimension
impl PartialOrd for Dimension
Source§impl ToCursors for Dimension
impl ToCursors for Dimension
fn to_cursors(&self, s: &mut impl CursorSink)
Source§impl ToNumberValue for Dimension
impl ToNumberValue for Dimension
fn to_number_value(&self) -> Option<f32>
fn to_int_value(&self) -> Option<i32>
impl Copy for Dimension
impl Eq for Dimension
impl StructuralPartialEq for Dimension
Auto Trait Implementations§
impl Freeze for Dimension
impl RefUnwindSafe for Dimension
impl Send for Dimension
impl Sync for Dimension
impl Unpin for Dimension
impl UnwindSafe for Dimension
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