pub struct StateVariableRange { /* private fields */ }Expand description
The range of a StateVariable
Implementations§
Trait Implementations§
Source§impl Debug for StateVariableRange
impl Debug for StateVariableRange
Auto Trait Implementations§
impl Freeze for StateVariableRange
impl RefUnwindSafe for StateVariableRange
impl Send for StateVariableRange
impl Sync for StateVariableRange
impl Unpin for StateVariableRange
impl UnsafeUnpin for StateVariableRange
impl UnwindSafe for StateVariableRange
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