pub struct APPersonFollowItem {
pub actor_id: Option<String>,
pub note: Option<String>,
pub original_item: Option<String>,
pub original_url: Option<String>,
}Fields§
§actor_id: Option<String>§note: Option<String>§original_item: Option<String>§original_url: Option<String>Trait Implementations§
Source§impl Clone for APPersonFollowItem
impl Clone for APPersonFollowItem
Source§fn clone(&self) -> APPersonFollowItem
fn clone(&self) -> APPersonFollowItem
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 APPersonFollowItem
impl Debug for APPersonFollowItem
Source§impl<'de> Deserialize<'de> for APPersonFollowItem
impl<'de> Deserialize<'de> for APPersonFollowItem
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 FromResponse for APPersonFollowItem
impl FromResponse for APPersonFollowItem
fn from_response( response: ApiResponse, has_body: bool, ) -> Result<Self, StructureError>
Source§impl PartialEq for APPersonFollowItem
impl PartialEq for APPersonFollowItem
Source§impl Serialize for APPersonFollowItem
impl Serialize for APPersonFollowItem
impl StructuralPartialEq for APPersonFollowItem
Auto Trait Implementations§
impl Freeze for APPersonFollowItem
impl RefUnwindSafe for APPersonFollowItem
impl Send for APPersonFollowItem
impl Sync for APPersonFollowItem
impl Unpin for APPersonFollowItem
impl UnwindSafe for APPersonFollowItem
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