pub struct AuthListResponse {
pub names: Vec<String>,
}Fields§
§names: Vec<String>Trait Implementations§
Source§impl Clone for AuthListResponse
impl Clone for AuthListResponse
Source§fn clone(&self) -> AuthListResponse
fn clone(&self) -> AuthListResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AuthListResponse
impl Debug for AuthListResponse
Source§impl PartialEq for AuthListResponse
impl PartialEq for AuthListResponse
Source§fn eq(&self, other: &AuthListResponse) -> bool
fn eq(&self, other: &AuthListResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthListResponse
impl StructuralPartialEq for AuthListResponse
Auto Trait Implementations§
impl Freeze for AuthListResponse
impl RefUnwindSafe for AuthListResponse
impl Send for AuthListResponse
impl Sync for AuthListResponse
impl Unpin for AuthListResponse
impl UnsafeUnpin for AuthListResponse
impl UnwindSafe for AuthListResponse
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