pub struct ManifestInspectOptions<'a> {
pub name: &'a str,
pub tls_verify: Option<bool>,
}
Fields§
§name: &'a str
§tls_verify: Option<bool>
Trait Implementations§
Source§impl<'a> Default for ManifestInspectOptions<'a>
impl<'a> Default for ManifestInspectOptions<'a>
Source§fn default() -> ManifestInspectOptions<'a>
fn default() -> ManifestInspectOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for ManifestInspectOptions<'a>
impl<'a> RefUnwindSafe for ManifestInspectOptions<'a>
impl<'a> Send for ManifestInspectOptions<'a>
impl<'a> Sync for ManifestInspectOptions<'a>
impl<'a> Unpin for ManifestInspectOptions<'a>
impl<'a> UnwindSafe for ManifestInspectOptions<'a>
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