pub struct Shuffled { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ContentDiscovery for Shuffled
impl ContentDiscovery for Shuffled
fn find_providers(&self, _: HashAndFormat) -> Boxed<NodeId>
Auto Trait Implementations§
impl Freeze for Shuffled
impl RefUnwindSafe for Shuffled
impl Send for Shuffled
impl Sync for Shuffled
impl Unpin for Shuffled
impl UnwindSafe for Shuffled
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