Enum async_pop::response::uidl::UidlResponse
source · pub enum UidlResponse {
Multiple(Uidl),
Single(UniqueId),
}
Variants§
Trait Implementations§
source§impl Debug for UidlResponse
impl Debug for UidlResponse
source§impl From<Uidl> for UidlResponse
impl From<Uidl> for UidlResponse
Auto Trait Implementations§
impl RefUnwindSafe for UidlResponse
impl Send for UidlResponse
impl Sync for UidlResponse
impl Unpin for UidlResponse
impl UnwindSafe for UidlResponse
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