pub struct RequestCallHistoryAppend<'a> {Show 14 fields
pub enabled: bool,
pub history_writer: &'a HistoryWriter,
pub exit_code: i32,
pub setup_dir: &'a Path,
pub invocation_dir: &'a Path,
pub command_name: &'a str,
pub endpoint_label_used: &'a str,
pub endpoint_value_used: &'a str,
pub log_url: bool,
pub auth_source: &'a CliAuthSource,
pub token_name_for_log: &'a str,
pub request_arg: &'a str,
pub extra_flags: &'a [RequestCallHistoryFlag<'a>],
pub warning_label: &'a str,
}Fields§
§enabled: bool§history_writer: &'a HistoryWriter§exit_code: i32§setup_dir: &'a Path§invocation_dir: &'a Path§command_name: &'a str§endpoint_label_used: &'a str§endpoint_value_used: &'a str§log_url: bool§auth_source: &'a CliAuthSource§token_name_for_log: &'a str§request_arg: &'a str§extra_flags: &'a [RequestCallHistoryFlag<'a>]§warning_label: &'a strTrait Implementations§
Source§impl<'a> Clone for RequestCallHistoryAppend<'a>
impl<'a> Clone for RequestCallHistoryAppend<'a>
impl<'a> Copy for RequestCallHistoryAppend<'a>
Auto Trait Implementations§
impl<'a> Freeze for RequestCallHistoryAppend<'a>
impl<'a> RefUnwindSafe for RequestCallHistoryAppend<'a>
impl<'a> Send for RequestCallHistoryAppend<'a>
impl<'a> Sync for RequestCallHistoryAppend<'a>
impl<'a> Unpin for RequestCallHistoryAppend<'a>
impl<'a> UnsafeUnpin for RequestCallHistoryAppend<'a>
impl<'a> UnwindSafe for RequestCallHistoryAppend<'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