pub struct ValueRank(pub i32);Expand description
Variable value rank
Tuple Fields§
§0: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValueRank
impl RefUnwindSafe for ValueRank
impl Send for ValueRank
impl Sync for ValueRank
impl Unpin for ValueRank
impl UnwindSafe for ValueRank
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