pub struct OrgResource { /* private fields */ }Expand description
Reports organization usage and limits.
Implementations§
Source§impl OrgResource
impl OrgResource
Sourcepub async fn usage(&self) -> Result<JsonObject>
pub async fn usage(&self) -> Result<JsonObject>
Returns organization usage and limits.
Auto Trait Implementations§
impl !RefUnwindSafe for OrgResource
impl !UnwindSafe for OrgResource
impl Freeze for OrgResource
impl Send for OrgResource
impl Sync for OrgResource
impl Unpin for OrgResource
impl UnsafeUnpin for OrgResource
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