pub struct TenantBackgroundJobQuota {
pub max_jobs_per_window: usize,
pub window_ms: u64,
pub require_tenant_id: bool,
}Fields§
§max_jobs_per_window: usize§window_ms: u64§require_tenant_id: boolTrait Implementations§
Source§impl Clone for TenantBackgroundJobQuota
impl Clone for TenantBackgroundJobQuota
Source§fn clone(&self) -> TenantBackgroundJobQuota
fn clone(&self) -> TenantBackgroundJobQuota
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 moreSource§impl Debug for TenantBackgroundJobQuota
impl Debug for TenantBackgroundJobQuota
Source§impl Default for TenantBackgroundJobQuota
impl Default for TenantBackgroundJobQuota
Source§impl<'de> Deserialize<'de> for TenantBackgroundJobQuota
impl<'de> Deserialize<'de> for TenantBackgroundJobQuota
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TenantBackgroundJobQuota
impl PartialEq for TenantBackgroundJobQuota
Source§fn eq(&self, other: &TenantBackgroundJobQuota) -> bool
fn eq(&self, other: &TenantBackgroundJobQuota) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TenantBackgroundJobQuota
impl Serialize for TenantBackgroundJobQuota
impl Eq for TenantBackgroundJobQuota
impl StructuralPartialEq for TenantBackgroundJobQuota
Auto Trait Implementations§
impl Freeze for TenantBackgroundJobQuota
impl RefUnwindSafe for TenantBackgroundJobQuota
impl Send for TenantBackgroundJobQuota
impl Sync for TenantBackgroundJobQuota
impl Unpin for TenantBackgroundJobQuota
impl UnsafeUnpin for TenantBackgroundJobQuota
impl UnwindSafe for TenantBackgroundJobQuota
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