pub struct QueryProfilesResponse {
pub profiles: Vec<Profile>,
pub next: Option<String>,
pub previous: Option<String>,
}Fields§
§profiles: Vec<Profile>§next: Option<String>§previous: Option<String>Trait Implementations§
Source§impl Debug for QueryProfilesResponse
impl Debug for QueryProfilesResponse
Source§impl<'de> Deserialize<'de> for QueryProfilesResponse
impl<'de> Deserialize<'de> for QueryProfilesResponse
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 QueryProfilesResponse
impl RefUnwindSafe for QueryProfilesResponse
impl Send for QueryProfilesResponse
impl Sync for QueryProfilesResponse
impl Unpin for QueryProfilesResponse
impl UnwindSafe for QueryProfilesResponse
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