pub struct LoginServer {
pub auth_url: String,
pub actual_port: u16,
/* private fields */
}Fields§
§auth_url: String§actual_port: u16Implementations§
Source§impl LoginServer
impl LoginServer
pub async fn block_until_done(self) -> Result<()>
pub fn cancel(&self)
pub fn cancel_handle(&self) -> ShutdownHandle
Auto Trait Implementations§
impl Freeze for LoginServer
impl RefUnwindSafe for LoginServer
impl Send for LoginServer
impl Sync for LoginServer
impl Unpin for LoginServer
impl UnwindSafe for LoginServer
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