pub struct LimitSummary {
pub tool: ProviderId,
pub plan: Option<String>,
pub kind: LimitKind,
pub label: Option<String>,
pub availability: LimitAvailability,
}Fields§
§tool: ProviderId§plan: Option<String>§kind: LimitKind§label: Option<String>§availability: LimitAvailabilityTrait Implementations§
Source§impl Clone for LimitSummary
impl Clone for LimitSummary
Source§fn clone(&self) -> LimitSummary
fn clone(&self) -> LimitSummary
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 LimitSummary
impl Debug for LimitSummary
Source§impl<'de> Deserialize<'de> for LimitSummary
impl<'de> Deserialize<'de> for LimitSummary
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 LimitSummary
impl PartialEq for LimitSummary
Source§fn eq(&self, other: &LimitSummary) -> bool
fn eq(&self, other: &LimitSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for LimitSummary
impl Serialize for LimitSummary
impl StructuralPartialEq for LimitSummary
Auto Trait Implementations§
impl Freeze for LimitSummary
impl RefUnwindSafe for LimitSummary
impl Send for LimitSummary
impl Sync for LimitSummary
impl Unpin for LimitSummary
impl UnsafeUnpin for LimitSummary
impl UnwindSafe for LimitSummary
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