pub struct SelectorInput {
pub signals: Vec<String>,
pub env: EnvFingerprint,
pub limit: usize,
}Fields§
§signals: Vec<String>§env: EnvFingerprint§limit: usizeTrait Implementations§
Source§impl Clone for SelectorInput
impl Clone for SelectorInput
Source§fn clone(&self) -> SelectorInput
fn clone(&self) -> SelectorInput
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 SelectorInput
impl RefUnwindSafe for SelectorInput
impl Send for SelectorInput
impl Sync for SelectorInput
impl Unpin for SelectorInput
impl UnsafeUnpin for SelectorInput
impl UnwindSafe for SelectorInput
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