pub struct FunctionServiceFilters {
pub attestation_queue: Option<Pubkey>,
pub worker: Option<Pubkey>,
}
Fields§
§attestation_queue: Option<Pubkey>
§worker: Option<Pubkey>
Implementations§
Trait Implementations§
source§impl Clone for FunctionServiceFilters
impl Clone for FunctionServiceFilters
source§fn clone(&self) -> FunctionServiceFilters
fn clone(&self) -> FunctionServiceFilters
Returns a copy 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 moresource§impl Debug for FunctionServiceFilters
impl Debug for FunctionServiceFilters
source§impl Default for FunctionServiceFilters
impl Default for FunctionServiceFilters
source§fn default() -> FunctionServiceFilters
fn default() -> FunctionServiceFilters
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for FunctionServiceFilters
impl Send for FunctionServiceFilters
impl Sync for FunctionServiceFilters
impl Unpin for FunctionServiceFilters
impl UnwindSafe for FunctionServiceFilters
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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