pub struct SessionLogsQuery {
pub timestamps: bool,
}Expand description
Query parameters for GET /api/v1/sessions/{name}/logs.
Fields§
§timestamps: boolWhen true, prefix each log line with its timestamp.
Trait Implementations§
Source§impl Debug for SessionLogsQuery
impl Debug for SessionLogsQuery
Source§impl<'de> Deserialize<'de> for SessionLogsQuery
impl<'de> Deserialize<'de> for SessionLogsQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoParams for SessionLogsQuery
impl IntoParams for SessionLogsQuery
Auto Trait Implementations§
impl Freeze for SessionLogsQuery
impl RefUnwindSafe for SessionLogsQuery
impl Send for SessionLogsQuery
impl Sync for SessionLogsQuery
impl Unpin for SessionLogsQuery
impl UnwindSafe for SessionLogsQuery
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