pub struct PeopleResponse {
pub people: Vec<PersonFull>,
}Fields§
§people: Vec<PersonFull>Trait Implementations§
Source§impl Debug for PeopleResponse
impl Debug for PeopleResponse
Source§impl Default for PeopleResponse
impl Default for PeopleResponse
Source§fn default() -> PeopleResponse
fn default() -> PeopleResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PeopleResponse
impl<'de> Deserialize<'de> for PeopleResponse
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
Auto Trait Implementations§
impl Freeze for PeopleResponse
impl RefUnwindSafe for PeopleResponse
impl Send for PeopleResponse
impl Sync for PeopleResponse
impl Unpin for PeopleResponse
impl UnsafeUnpin for PeopleResponse
impl UnwindSafe for PeopleResponse
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