Fields
ctx: RefCell<Context>
Implementations
Trait Implementations
sourceimpl CtxError for Login
impl CtxError for Login
fn with_error(&self, e: &ReadableError) -> String
Auto Trait Implementations
impl !RefUnwindSafe for Login
impl Send for Login
impl !Sync for Login
impl Unpin for Login
impl UnwindSafe for Login
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more