pub struct GetAllDatabaseUsers {
pub group_id: String,
}
Fields§
§group_id: String
Trait Implementations§
Source§impl Endpoint for GetAllDatabaseUsers
impl Endpoint for GetAllDatabaseUsers
type Data = GetAllDatabaseUsersData
type Error = Error
fn method() -> Method
fn path(&self) -> Cow<'static, str>
fn get_data<'async_trait>(
res: Response,
) -> Pin<Box<dyn Future<Output = Result<Self::Data, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
fn body(&self) -> Result<Option<Vec<u8>>, Self::Error>
Auto Trait Implementations§
impl Freeze for GetAllDatabaseUsers
impl RefUnwindSafe for GetAllDatabaseUsers
impl Send for GetAllDatabaseUsers
impl Sync for GetAllDatabaseUsers
impl Unpin for GetAllDatabaseUsers
impl UnwindSafe for GetAllDatabaseUsers
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