pub struct CopilotQuotaResponse {
pub quotas: Quotas,
}Fields§
§quotas: QuotasTrait Implementations§
Source§impl Debug for CopilotQuotaResponse
impl Debug for CopilotQuotaResponse
Source§impl<'de> Deserialize<'de> for CopilotQuotaResponse
impl<'de> Deserialize<'de> for CopilotQuotaResponse
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
Auto Trait Implementations§
impl Freeze for CopilotQuotaResponse
impl RefUnwindSafe for CopilotQuotaResponse
impl Send for CopilotQuotaResponse
impl Sync for CopilotQuotaResponse
impl Unpin for CopilotQuotaResponse
impl UnsafeUnpin for CopilotQuotaResponse
impl UnwindSafe for CopilotQuotaResponse
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