pub struct R6;
Expand description
R6: Published RCA response
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R6
impl RefUnwindSafe for R6
impl Send for R6
impl Sync for R6
impl Unpin for R6
impl UnwindSafe for R6
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