pub struct ApiKeyListInput {
pub registry_url: Option<String>,
}Fields§
§registry_url: Option<String>Trait Implementations§
Source§impl Clone for ApiKeyListInput
impl Clone for ApiKeyListInput
Source§fn clone(&self) -> ApiKeyListInput
fn clone(&self) -> ApiKeyListInput
Returns a duplicate of the value. Read more
1.0.0 · 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 ApiKeyListInput
impl Debug for ApiKeyListInput
Source§impl PartialEq for ApiKeyListInput
impl PartialEq for ApiKeyListInput
impl Eq for ApiKeyListInput
impl StructuralPartialEq for ApiKeyListInput
Auto Trait Implementations§
impl Freeze for ApiKeyListInput
impl RefUnwindSafe for ApiKeyListInput
impl Send for ApiKeyListInput
impl Sync for ApiKeyListInput
impl Unpin for ApiKeyListInput
impl UnsafeUnpin for ApiKeyListInput
impl UnwindSafe for ApiKeyListInput
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