pub struct OwnersResponse {
pub users: Vec<OwnersApiUser>,
}Expand description
Response from the owners API
Fields§
§users: Vec<OwnersApiUser>Trait Implementations§
Source§impl Debug for OwnersResponse
impl Debug for OwnersResponse
Source§impl Default for OwnersResponse
impl Default for OwnersResponse
Source§fn default() -> OwnersResponse
fn default() -> OwnersResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OwnersResponse
impl<'de> Deserialize<'de> for OwnersResponse
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 OwnersResponse
impl RefUnwindSafe for OwnersResponse
impl Send for OwnersResponse
impl Sync for OwnersResponse
impl Unpin for OwnersResponse
impl UnsafeUnpin for OwnersResponse
impl UnwindSafe for OwnersResponse
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