pub struct JigCountResponse {
pub total_count: u64,
}
Expand description
Response for total count of public and published jig.
Fields§
§total_count: u64
Total number of public and published jigs.
Trait Implementations§
Source§impl Clone for JigCountResponse
impl Clone for JigCountResponse
Source§fn clone(&self) -> JigCountResponse
fn clone(&self) -> JigCountResponse
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 JigCountResponse
impl Debug for JigCountResponse
Source§impl<'de> Deserialize<'de> for JigCountResponse
impl<'de> Deserialize<'de> for JigCountResponse
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 JigCountResponse
impl RefUnwindSafe for JigCountResponse
impl Send for JigCountResponse
impl Sync for JigCountResponse
impl Unpin for JigCountResponse
impl UnwindSafe for JigCountResponse
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