pub struct IrenR { /* private fields */ }
Expand description
Value of the field IREN
Implementations§
Auto Trait Implementations§
impl Freeze for IrenR
impl RefUnwindSafe for IrenR
impl Send for IrenR
impl Sync for IrenR
impl Unpin for IrenR
impl UnwindSafe for IrenR
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