pub struct CanPostStoryResultOk {
pub story_count: i32,
}Expand description
A story can be sent
Fields§
§story_count: i32Number of stories that can be posted by the user
Trait Implementations§
Source§impl Clone for CanPostStoryResultOk
impl Clone for CanPostStoryResultOk
Source§fn clone(&self) -> CanPostStoryResultOk
fn clone(&self) -> CanPostStoryResultOk
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CanPostStoryResultOk
impl Debug for CanPostStoryResultOk
Source§impl Default for CanPostStoryResultOk
impl Default for CanPostStoryResultOk
Source§fn default() -> CanPostStoryResultOk
fn default() -> CanPostStoryResultOk
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CanPostStoryResultOk
impl<'de> Deserialize<'de> for CanPostStoryResultOk
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 CanPostStoryResultOk
impl PartialEq for CanPostStoryResultOk
Source§fn eq(&self, other: &CanPostStoryResultOk) -> bool
fn eq(&self, other: &CanPostStoryResultOk) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CanPostStoryResultOk
impl Serialize for CanPostStoryResultOk
impl StructuralPartialEq for CanPostStoryResultOk
Auto Trait Implementations§
impl Freeze for CanPostStoryResultOk
impl RefUnwindSafe for CanPostStoryResultOk
impl Send for CanPostStoryResultOk
impl Sync for CanPostStoryResultOk
impl Unpin for CanPostStoryResultOk
impl UnsafeUnpin for CanPostStoryResultOk
impl UnwindSafe for CanPostStoryResultOk
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