pub struct DeleteGroupQuery {
pub force: bool,
}Expand description
Query parameters for DELETE /api/v1/groups/{label}.
Fields§
§force: boolDelete even if the group still has members (default: false).
Trait Implementations§
Source§impl Debug for DeleteGroupQuery
impl Debug for DeleteGroupQuery
Source§impl<'de> Deserialize<'de> for DeleteGroupQuery
impl<'de> Deserialize<'de> for DeleteGroupQuery
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 DeleteGroupQuery
impl IntoParams for DeleteGroupQuery
Auto Trait Implementations§
impl Freeze for DeleteGroupQuery
impl RefUnwindSafe for DeleteGroupQuery
impl Send for DeleteGroupQuery
impl Sync for DeleteGroupQuery
impl Unpin for DeleteGroupQuery
impl UnwindSafe for DeleteGroupQuery
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