pub struct EnsureOptions {
pub verbose: bool,
}Expand description
Options for ensure_binary.
Fields§
§verbose: boolOptional logger closure. If false, progress is silent.
Trait Implementations§
Source§impl Clone for EnsureOptions
impl Clone for EnsureOptions
Source§fn clone(&self) -> EnsureOptions
fn clone(&self) -> EnsureOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnsureOptions
impl Debug for EnsureOptions
Source§impl Default for EnsureOptions
impl Default for EnsureOptions
Source§fn default() -> EnsureOptions
fn default() -> EnsureOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EnsureOptions
impl RefUnwindSafe for EnsureOptions
impl Send for EnsureOptions
impl Sync for EnsureOptions
impl Unpin for EnsureOptions
impl UnsafeUnpin for EnsureOptions
impl UnwindSafe for EnsureOptions
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