pub struct GroupQuery {
pub all: Option<bool>,
}Expand description
Query for groups.
Fields§
§all: Option<bool>Include all groups, or just groups for the current user.
Trait Implementations§
Source§impl Debug for GroupQuery
impl Debug for GroupQuery
Source§impl Default for GroupQuery
impl Default for GroupQuery
Source§fn default() -> GroupQuery
fn default() -> GroupQuery
Returns the “default value” for a type. Read more
Source§impl IntoParams for GroupQuery
impl IntoParams for GroupQuery
Auto Trait Implementations§
impl Freeze for GroupQuery
impl RefUnwindSafe for GroupQuery
impl Send for GroupQuery
impl Sync for GroupQuery
impl Unpin for GroupQuery
impl UnwindSafe for GroupQuery
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