pub struct RRList;Trait Implementations§
impl Copy for RRList
Auto Trait Implementations§
impl Freeze for RRList
impl RefUnwindSafe for RRList
impl Send for RRList
impl Sync for RRList
impl Unpin for RRList
impl UnwindSafe for RRList
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