Struct docker_api_stubs::models::ServiceCreate201Response
source · [−]Expand description
no error
Fields
id: Option<String>
The ID of the created service.
warning: Option<String>
Optional warning message
Trait Implementations
sourceimpl Clone for ServiceCreate201Response
impl Clone for ServiceCreate201Response
sourcefn clone(&self) -> ServiceCreate201Response
fn clone(&self) -> ServiceCreate201Response
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ServiceCreate201Response
impl Debug for ServiceCreate201Response
sourceimpl<'de> Deserialize<'de> for ServiceCreate201Response
impl<'de> Deserialize<'de> for ServiceCreate201Response
sourcefn 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
sourceimpl PartialEq<ServiceCreate201Response> for ServiceCreate201Response
impl PartialEq<ServiceCreate201Response> for ServiceCreate201Response
sourcefn eq(&self, other: &ServiceCreate201Response) -> bool
fn eq(&self, other: &ServiceCreate201Response) -> bool
sourceimpl Serialize for ServiceCreate201Response
impl Serialize for ServiceCreate201Response
impl StructuralPartialEq for ServiceCreate201Response
Auto Trait Implementations
impl RefUnwindSafe for ServiceCreate201Response
impl Send for ServiceCreate201Response
impl Sync for ServiceCreate201Response
impl Unpin for ServiceCreate201Response
impl UnwindSafe for ServiceCreate201Response
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more