pub struct GateKeeperMemberListener<'a> { /* private fields */ }Implementations§
Source§impl<'a> GateKeeperMemberListener<'a>
impl<'a> GateKeeperMemberListener<'a>
pub fn new(conn_str: String, realm_type: RealmType) -> Option<Self>
pub fn poll_for_tag(&mut self) -> Option<UndifferentiatedTag<'_>>
pub fn poll_for_user(&mut self) -> Option<String>
pub fn wait_for_user(&mut self) -> Option<String>
pub fn fetch_user(&self, key: String) -> Result<Value, FetchError>
Auto Trait Implementations§
impl<'a> Freeze for GateKeeperMemberListener<'a>
impl<'a> !RefUnwindSafe for GateKeeperMemberListener<'a>
impl<'a> !Send for GateKeeperMemberListener<'a>
impl<'a> !Sync for GateKeeperMemberListener<'a>
impl<'a> Unpin for GateKeeperMemberListener<'a>
impl<'a> !UnwindSafe for GateKeeperMemberListener<'a>
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