pub struct FollowCount {
pub extra: BTreeMap<String, Value>,
}Fields§
§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for FollowCount
impl Clone for FollowCount
Source§fn clone(&self) -> FollowCount
fn clone(&self) -> FollowCount
Returns a duplicate 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 FollowCount
impl Debug for FollowCount
Source§impl Default for FollowCount
impl Default for FollowCount
Source§fn default() -> FollowCount
fn default() -> FollowCount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FollowCount
impl<'de> Deserialize<'de> for FollowCount
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 FollowCount
impl PartialEq for FollowCount
Source§impl Serialize for FollowCount
impl Serialize for FollowCount
impl StructuralPartialEq for FollowCount
Auto Trait Implementations§
impl Freeze for FollowCount
impl RefUnwindSafe for FollowCount
impl Send for FollowCount
impl Sync for FollowCount
impl Unpin for FollowCount
impl UnsafeUnpin for FollowCount
impl UnwindSafe for FollowCount
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