pub struct ComputeCapacityBlocker { /* private fields */ }Implementations§
Source§impl ComputeCapacityBlocker
impl ComputeCapacityBlocker
pub fn category<T>(self, value: T) -> Self
pub fn message<T>(self, value: T) -> Self
pub fn observed_at<T>(self, value: T) -> Self
pub fn provider_code<T>(self, value: T) -> Self
pub fn provider_reference<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for ComputeCapacityBlocker
impl Clone for ComputeCapacityBlocker
Source§fn clone(&self) -> ComputeCapacityBlocker
fn clone(&self) -> ComputeCapacityBlocker
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 ComputeCapacityBlocker
impl Debug for ComputeCapacityBlocker
Source§impl Default for ComputeCapacityBlocker
impl Default for ComputeCapacityBlocker
Source§impl From<ComputeCapacityBlocker> for ComputeCapacityBlocker
impl From<ComputeCapacityBlocker> for ComputeCapacityBlocker
Source§fn from(value: ComputeCapacityBlocker) -> Self
fn from(value: ComputeCapacityBlocker) -> Self
Converts to this type from the input type.
Source§impl TryFrom<ComputeCapacityBlocker> for ComputeCapacityBlocker
impl TryFrom<ComputeCapacityBlocker> for ComputeCapacityBlocker
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: ComputeCapacityBlocker) -> Result<Self, ConversionError>
fn try_from(value: ComputeCapacityBlocker) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for ComputeCapacityBlocker
impl RefUnwindSafe for ComputeCapacityBlocker
impl Send for ComputeCapacityBlocker
impl Sync for ComputeCapacityBlocker
impl Unpin for ComputeCapacityBlocker
impl UnsafeUnpin for ComputeCapacityBlocker
impl UnwindSafe for ComputeCapacityBlocker
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