pub struct ApiFriend {
pub state: i32,
pub update_time: String,
pub user: ApiUser,
}Expand description
A friend of a user.
Fields§
§state: i32§update_time: String§user: ApiUserTrait Implementations§
Auto Trait Implementations§
impl Freeze for ApiFriend
impl RefUnwindSafe for ApiFriend
impl Send for ApiFriend
impl Sync for ApiFriend
impl Unpin for ApiFriend
impl UnwindSafe for ApiFriend
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