pub enum ListResponse {
Multiple(List),
Single(Stat),
}
Variants§
Trait Implementations§
Source§impl Debug for ListResponse
impl Debug for ListResponse
Source§impl From<List> for ListResponse
impl From<List> for ListResponse
Auto Trait Implementations§
impl !Freeze for ListResponse
impl RefUnwindSafe for ListResponse
impl Send for ListResponse
impl Sync for ListResponse
impl Unpin for ListResponse
impl UnwindSafe for ListResponse
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