pub struct ResourceCountResponse {
pub total_count: u64,
}
Expand description
Response for total count of public and published resource.
Fields§
§total_count: u64
Total number of public and published resources.
Trait Implementations§
Source§impl Clone for ResourceCountResponse
impl Clone for ResourceCountResponse
Source§fn clone(&self) -> ResourceCountResponse
fn clone(&self) -> ResourceCountResponse
Returns a copy of the value. Read more
1.0.0 · 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 ResourceCountResponse
impl Debug for ResourceCountResponse
Source§impl<'de> Deserialize<'de> for ResourceCountResponse
impl<'de> Deserialize<'de> for ResourceCountResponse
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 ResourceCountResponse
impl RefUnwindSafe for ResourceCountResponse
impl Send for ResourceCountResponse
impl Sync for ResourceCountResponse
impl Unpin for ResourceCountResponse
impl UnwindSafe for ResourceCountResponse
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