pub struct TextRise(pub Number);
Tuple Fields§
§0: Number
Trait Implementations§
Source§impl<'a> From<TextRise> for TypedInstruction<'a>
impl<'a> From<TextRise> for TypedInstruction<'a>
Source§impl<'a> TryFrom<TypedInstruction<'a>> for TextRise
impl<'a> TryFrom<TypedInstruction<'a>> for TextRise
impl StructuralPartialEq for TextRise
Auto Trait Implementations§
impl Freeze for TextRise
impl RefUnwindSafe for TextRise
impl Send for TextRise
impl Sync for TextRise
impl Unpin for TextRise
impl UnwindSafe for TextRise
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