pub struct CheckResponse {
pub ok: bool,
pub username: String,
}Fields§
§ok: bool§username: StringTrait Implementations§
Source§impl ComposeSchema for CheckResponse
impl ComposeSchema for CheckResponse
Source§impl Serialize for CheckResponse
impl Serialize for CheckResponse
Auto Trait Implementations§
impl Freeze for CheckResponse
impl RefUnwindSafe for CheckResponse
impl Send for CheckResponse
impl Sync for CheckResponse
impl Unpin for CheckResponse
impl UnwindSafe for CheckResponse
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