pub struct LogHeaderParams {
pub command: String,
pub environment: String,
pub mode: String,
pub session_name: String,
pub image: Option<String>,
pub user: Option<String>,
pub start_time: String,
}Expand description
Log header parameters
Fields§
§command: String§environment: String§mode: String§session_name: String§image: Option<String>§user: Option<String>§start_time: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LogHeaderParams
impl RefUnwindSafe for LogHeaderParams
impl Send for LogHeaderParams
impl Sync for LogHeaderParams
impl Unpin for LogHeaderParams
impl UnsafeUnpin for LogHeaderParams
impl UnwindSafe for LogHeaderParams
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