pub struct DockerhubTargetDetails {
pub password: Option<String>,
pub user_name: Option<String>,
}Expand description
DockerhubTargetDetails : DockerhubTargetDetails
Fields§
§password: Option<String>§user_name: Option<String>Implementations§
Source§impl DockerhubTargetDetails
impl DockerhubTargetDetails
Sourcepub fn new() -> DockerhubTargetDetails
pub fn new() -> DockerhubTargetDetails
DockerhubTargetDetails
Trait Implementations§
Source§impl Clone for DockerhubTargetDetails
impl Clone for DockerhubTargetDetails
Source§fn clone(&self) -> DockerhubTargetDetails
fn clone(&self) -> DockerhubTargetDetails
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 DockerhubTargetDetails
impl Debug for DockerhubTargetDetails
Source§impl Default for DockerhubTargetDetails
impl Default for DockerhubTargetDetails
Source§fn default() -> DockerhubTargetDetails
fn default() -> DockerhubTargetDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DockerhubTargetDetails
impl<'de> Deserialize<'de> for DockerhubTargetDetails
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
Source§impl PartialEq for DockerhubTargetDetails
impl PartialEq for DockerhubTargetDetails
Source§fn eq(&self, other: &DockerhubTargetDetails) -> bool
fn eq(&self, other: &DockerhubTargetDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DockerhubTargetDetails
impl Serialize for DockerhubTargetDetails
impl StructuralPartialEq for DockerhubTargetDetails
Auto Trait Implementations§
impl Freeze for DockerhubTargetDetails
impl RefUnwindSafe for DockerhubTargetDetails
impl Send for DockerhubTargetDetails
impl Sync for DockerhubTargetDetails
impl Unpin for DockerhubTargetDetails
impl UnsafeUnpin for DockerhubTargetDetails
impl UnwindSafe for DockerhubTargetDetails
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