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 !Freeze for UidlResponse
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