pub struct EnsureUserPollOptions<C: Client> {
pub client: Arc<C>,
pub targets: Vec<NodeTarget>,
}Fields§
§client: Arc<C>§targets: Vec<NodeTarget>Trait Implementations§
Source§impl<C: Clone + Client> Clone for EnsureUserPollOptions<C>
impl<C: Clone + Client> Clone for EnsureUserPollOptions<C>
Source§fn clone(&self) -> EnsureUserPollOptions<C>
fn clone(&self) -> EnsureUserPollOptions<C>
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 moreimpl<C: Eq + Client> Eq for EnsureUserPollOptions<C>
impl<C: Client> StructuralPartialEq for EnsureUserPollOptions<C>
Auto Trait Implementations§
impl<C> Freeze for EnsureUserPollOptions<C>
impl<C> RefUnwindSafe for EnsureUserPollOptions<C>where
C: RefUnwindSafe,
impl<C> Send for EnsureUserPollOptions<C>
impl<C> Sync for EnsureUserPollOptions<C>
impl<C> Unpin for EnsureUserPollOptions<C>
impl<C> UnsafeUnpin for EnsureUserPollOptions<C>
impl<C> UnwindSafe for EnsureUserPollOptions<C>where
C: RefUnwindSafe,
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