pub struct RbitFetcher { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RbitFetcher
impl Clone for RbitFetcher
Source§fn clone(&self) -> RbitFetcher
fn clone(&self) -> RbitFetcher
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RbitFetcher
impl RefUnwindSafe for RbitFetcher
impl Send for RbitFetcher
impl Sync for RbitFetcher
impl Unpin for RbitFetcher
impl UnwindSafe for RbitFetcher
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