pub struct PostsUsage {
pub count: Option<f32>,
}
Fields§
§count: Option<f32>
Total no. of posts
Implementations§
Source§impl PostsUsage
impl PostsUsage
pub fn new() -> PostsUsage
Trait Implementations§
Source§impl Clone for PostsUsage
impl Clone for PostsUsage
Source§fn clone(&self) -> PostsUsage
fn clone(&self) -> PostsUsage
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PostsUsage
impl Debug for PostsUsage
Source§impl Default for PostsUsage
impl Default for PostsUsage
Source§fn default() -> PostsUsage
fn default() -> PostsUsage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostsUsage
impl<'de> Deserialize<'de> for PostsUsage
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
Source§impl PartialEq for PostsUsage
impl PartialEq for PostsUsage
Source§impl Serialize for PostsUsage
impl Serialize for PostsUsage
impl StructuralPartialEq for PostsUsage
Auto Trait Implementations§
impl Freeze for PostsUsage
impl RefUnwindSafe for PostsUsage
impl Send for PostsUsage
impl Sync for PostsUsage
impl Unpin for PostsUsage
impl UnwindSafe for PostsUsage
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