Struct docker_api_stubs::models::NetworkPrune200Response
source · [−]Expand description
No error
Fields
networks_deleted: Option<Vec<String>>
Networks that were deleted
Trait Implementations
sourceimpl Clone for NetworkPrune200Response
impl Clone for NetworkPrune200Response
sourcefn clone(&self) -> NetworkPrune200Response
fn clone(&self) -> NetworkPrune200Response
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 NetworkPrune200Response
impl Debug for NetworkPrune200Response
sourceimpl<'de> Deserialize<'de> for NetworkPrune200Response
impl<'de> Deserialize<'de> for NetworkPrune200Response
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<NetworkPrune200Response> for NetworkPrune200Response
impl PartialEq<NetworkPrune200Response> for NetworkPrune200Response
sourcefn eq(&self, other: &NetworkPrune200Response) -> bool
fn eq(&self, other: &NetworkPrune200Response) -> bool
sourceimpl Serialize for NetworkPrune200Response
impl Serialize for NetworkPrune200Response
impl StructuralPartialEq for NetworkPrune200Response
Auto Trait Implementations
impl RefUnwindSafe for NetworkPrune200Response
impl Send for NetworkPrune200Response
impl Sync for NetworkPrune200Response
impl Unpin for NetworkPrune200Response
impl UnwindSafe for NetworkPrune200Response
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