pub struct WorkQueueLeaseExpirationCommandProjectorOptions {
pub name: Option<String>,
pub candidates: Vec<Node<WorkQueueReadinessCandidate>>,
pub command_prefix: Option<String>,
}Expand description
WorkQueueLeaseExpirationCommandProjectorOptions data container.
Fields§
§name: Option<String>name field for name.
candidates: Vec<Node<WorkQueueReadinessCandidate>>candidates field for candidates.
command_prefix: Option<String>command_prefix field for command prefix.
Implementations§
Trait Implementations§
Source§impl Clone for WorkQueueLeaseExpirationCommandProjectorOptions
impl Clone for WorkQueueLeaseExpirationCommandProjectorOptions
Source§fn clone(&self) -> WorkQueueLeaseExpirationCommandProjectorOptions
fn clone(&self) -> WorkQueueLeaseExpirationCommandProjectorOptions
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 WorkQueueLeaseExpirationCommandProjectorOptions
impl !RefUnwindSafe for WorkQueueLeaseExpirationCommandProjectorOptions
impl !Send for WorkQueueLeaseExpirationCommandProjectorOptions
impl !Sync for WorkQueueLeaseExpirationCommandProjectorOptions
impl Unpin for WorkQueueLeaseExpirationCommandProjectorOptions
impl UnsafeUnpin for WorkQueueLeaseExpirationCommandProjectorOptions
impl !UnwindSafe for WorkQueueLeaseExpirationCommandProjectorOptions
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