pub struct InspectServiceOptions {
pub insert_defaults: bool,
}
Expand description
Internal struct used in the ServiceInspect
API
Use a InspectServiceOptionsBuilder to instantiate this struct.
Fields§
§insert_defaults: bool
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 From<InspectServiceOptions> for InspectServiceOptions
impl From<InspectServiceOptions> for InspectServiceOptions
Source§fn from(opts: InspectServiceOptions) -> Self
fn from(opts: InspectServiceOptions) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InspectServiceOptions
impl PartialEq for InspectServiceOptions
Source§impl Serialize for InspectServiceOptions
impl Serialize for InspectServiceOptions
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
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