Struct bollard::service::InspectServiceOptions
source · pub struct InspectServiceOptions {
pub insert_defaults: bool,
}
Expand description
Parameters used in the Inspect Service API
§Examples
use bollard::service::InspectServiceOptions;
InspectServiceOptions{
insert_defaults: true,
};
Fields§
§insert_defaults: bool
Fill empty fields with default values.
Trait Implementations§
source§impl Clone for InspectServiceOptions
impl Clone for InspectServiceOptions
source§fn clone(&self) -> InspectServiceOptions
fn clone(&self) -> InspectServiceOptions
Returns a copy 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 InspectServiceOptions
impl Debug for InspectServiceOptions
source§impl Default for InspectServiceOptions
impl Default for InspectServiceOptions
source§fn default() -> InspectServiceOptions
fn default() -> InspectServiceOptions
Returns the “default value” for a type. Read more
source§impl PartialEq for InspectServiceOptions
impl PartialEq for InspectServiceOptions
source§impl Serialize for InspectServiceOptions
impl Serialize for InspectServiceOptions
impl Copy for InspectServiceOptions
impl StructuralPartialEq for InspectServiceOptions
Auto Trait Implementations§
impl Freeze for InspectServiceOptions
impl RefUnwindSafe for InspectServiceOptions
impl Send for InspectServiceOptions
impl Sync for InspectServiceOptions
impl Unpin for InspectServiceOptions
impl UnwindSafe for InspectServiceOptions
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)