pub struct DeleteSessionQuery {
pub dry_run: bool,
}Expand description
Query parameters for DELETE /api/v1/sessions/{name}.
Fields§
§dry_run: boolWhen true, return deletion context without actually deleting
(default: false).
Trait Implementations§
Source§impl Debug for DeleteSessionQuery
impl Debug for DeleteSessionQuery
Source§impl<'de> Deserialize<'de> for DeleteSessionQuery
impl<'de> Deserialize<'de> for DeleteSessionQuery
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 DeleteSessionQuery
impl IntoParams for DeleteSessionQuery
Auto Trait Implementations§
impl Freeze for DeleteSessionQuery
impl RefUnwindSafe for DeleteSessionQuery
impl Send for DeleteSessionQuery
impl Sync for DeleteSessionQuery
impl Unpin for DeleteSessionQuery
impl UnwindSafe for DeleteSessionQuery
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