pub struct WorkflowTenantListLimit(/* private fields */);Expand description
Validated page size for discovering tenants with configured budgets.
Implementations§
Trait Implementations§
Source§impl Clone for WorkflowTenantListLimit
impl Clone for WorkflowTenantListLimit
Source§fn clone(&self) -> WorkflowTenantListLimit
fn clone(&self) -> WorkflowTenantListLimit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WorkflowTenantListLimit
Source§impl Debug for WorkflowTenantListLimit
impl Debug for WorkflowTenantListLimit
Source§impl Default for WorkflowTenantListLimit
impl Default for WorkflowTenantListLimit
impl Eq for WorkflowTenantListLimit
Source§impl PartialEq for WorkflowTenantListLimit
impl PartialEq for WorkflowTenantListLimit
impl StructuralPartialEq for WorkflowTenantListLimit
Auto Trait Implementations§
impl Freeze for WorkflowTenantListLimit
impl RefUnwindSafe for WorkflowTenantListLimit
impl Send for WorkflowTenantListLimit
impl Sync for WorkflowTenantListLimit
impl Unpin for WorkflowTenantListLimit
impl UnsafeUnpin for WorkflowTenantListLimit
impl UnwindSafe for WorkflowTenantListLimit
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