pub struct ListUsersResponse(pub Vec<(String, UserRole)>);Tuple Fields§
§0: Vec<(String, UserRole)>Implementations§
Source§impl ListUsersResponse
impl ListUsersResponse
pub fn as_ref(&self) -> ListUsersResponseRef<'_>
Trait Implementations§
Source§impl ByteRead for ListUsersResponse
impl ByteRead for ListUsersResponse
Auto Trait Implementations§
impl Freeze for ListUsersResponse
impl RefUnwindSafe for ListUsersResponse
impl Send for ListUsersResponse
impl Sync for ListUsersResponse
impl Unpin for ListUsersResponse
impl UnwindSafe for ListUsersResponse
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