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