Enum Rrs
pub enum Rrs {
_0 = 0,
_1 = 1,
}Expand description
Remote Request Storing
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rrs
impl Eq for Rrs
impl StructuralPartialEq for Rrs
Auto Trait Implementations§
impl Freeze for Rrs
impl RefUnwindSafe for Rrs
impl Send for Rrs
impl Sync for Rrs
impl Unpin for Rrs
impl UnwindSafe for Rrs
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