pub struct GetAdminPlansResponsePlan {
pub id: String,
pub name: String,
pub quotas: Map<String, Value>,
}Expand description
GetAdminPlansResponsePlan model.
Fields§
§id: String§name: String§quotas: Map<String, Value>Per-plan limits (max_agents, max_monthly_tokens, …).
Trait Implementations§
Source§impl Clone for GetAdminPlansResponsePlan
impl Clone for GetAdminPlansResponsePlan
Source§fn clone(&self) -> GetAdminPlansResponsePlan
fn clone(&self) -> GetAdminPlansResponsePlan
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 GetAdminPlansResponsePlan
impl Debug for GetAdminPlansResponsePlan
Source§impl Default for GetAdminPlansResponsePlan
impl Default for GetAdminPlansResponsePlan
Source§fn default() -> GetAdminPlansResponsePlan
fn default() -> GetAdminPlansResponsePlan
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAdminPlansResponsePlan
impl<'de> Deserialize<'de> for GetAdminPlansResponsePlan
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
impl StructuralPartialEq for GetAdminPlansResponsePlan
Auto Trait Implementations§
impl Freeze for GetAdminPlansResponsePlan
impl RefUnwindSafe for GetAdminPlansResponsePlan
impl Send for GetAdminPlansResponsePlan
impl Sync for GetAdminPlansResponsePlan
impl Unpin for GetAdminPlansResponsePlan
impl UnsafeUnpin for GetAdminPlansResponsePlan
impl UnwindSafe for GetAdminPlansResponsePlan
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