pub struct UsageOptions {
pub source: UsageSource,
pub output_json: bool,
}Fields§
§source: UsageSource§output_json: boolTrait Implementations§
Source§impl Clone for UsageOptions
impl Clone for UsageOptions
Auto Trait Implementations§
impl Freeze for UsageOptions
impl RefUnwindSafe for UsageOptions
impl Send for UsageOptions
impl Sync for UsageOptions
impl Unpin for UsageOptions
impl UnsafeUnpin for UsageOptions
impl UnwindSafe for UsageOptions
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