pub struct Exponent(pub ExponentSign, pub Name);
Tuple Fields§
§0: ExponentSign
Sign
1: Name
Value
Trait Implementations§
impl Copy for Exponent
impl Eq for Exponent
impl StructuralPartialEq for Exponent
Auto Trait Implementations§
impl Freeze for Exponent
impl RefUnwindSafe for Exponent
impl Send for Exponent
impl Sync for Exponent
impl Unpin for Exponent
impl UnwindSafe for Exponent
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