pub struct ApiKeysList {
pub keys: Vec<ApiKeySummary>,
}Fields§
§keys: Vec<ApiKeySummary>Trait Implementations§
Source§impl Clone for ApiKeysList
impl Clone for ApiKeysList
Source§fn clone(&self) -> ApiKeysList
fn clone(&self) -> ApiKeysList
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 ApiKeysList
impl Debug for ApiKeysList
Source§impl PartialEq for ApiKeysList
impl PartialEq for ApiKeysList
impl StructuralPartialEq for ApiKeysList
Auto Trait Implementations§
impl Freeze for ApiKeysList
impl RefUnwindSafe for ApiKeysList
impl Send for ApiKeysList
impl Sync for ApiKeysList
impl Unpin for ApiKeysList
impl UnsafeUnpin for ApiKeysList
impl UnwindSafe for ApiKeysList
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