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