pub struct ApiFriendList {
pub cursor: String,
pub friends: Vec<ApiFriend>,
}Expand description
A collection of zero or more friends of the user.
Fields§
§cursor: String§friends: Vec<ApiFriend>Trait Implementations§
Source§impl DeJson for ApiFriendList
impl DeJson for ApiFriendList
Source§impl Debug for ApiFriendList
impl Debug for ApiFriendList
Source§impl Default for ApiFriendList
impl Default for ApiFriendList
Source§fn default() -> ApiFriendList
fn default() -> ApiFriendList
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApiFriendList
impl RefUnwindSafe for ApiFriendList
impl Send for ApiFriendList
impl Sync for ApiFriendList
impl Unpin for ApiFriendList
impl UnwindSafe for ApiFriendList
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