pub struct ApiKeyCreateInput {
pub name: Option<String>,
pub registry_url: Option<String>,
}Fields§
§name: Option<String>§registry_url: Option<String>Trait Implementations§
Source§impl Clone for ApiKeyCreateInput
impl Clone for ApiKeyCreateInput
Source§fn clone(&self) -> ApiKeyCreateInput
fn clone(&self) -> ApiKeyCreateInput
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 ApiKeyCreateInput
impl Debug for ApiKeyCreateInput
Source§impl PartialEq for ApiKeyCreateInput
impl PartialEq for ApiKeyCreateInput
impl Eq for ApiKeyCreateInput
impl StructuralPartialEq for ApiKeyCreateInput
Auto Trait Implementations§
impl Freeze for ApiKeyCreateInput
impl RefUnwindSafe for ApiKeyCreateInput
impl Send for ApiKeyCreateInput
impl Sync for ApiKeyCreateInput
impl Unpin for ApiKeyCreateInput
impl UnsafeUnpin for ApiKeyCreateInput
impl UnwindSafe for ApiKeyCreateInput
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