Enum torrust_index_backend::models::response::OkResponses
source · pub enum OkResponses {
TokenResponse(TokenResponse),
}
Variants§
TokenResponse(TokenResponse)
Auto Trait Implementations§
impl RefUnwindSafe for OkResponses
impl Send for OkResponses
impl Sync for OkResponses
impl Unpin for OkResponses
impl UnwindSafe for OkResponses
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