pub struct Url<'d>(/* private fields */);
Expand description
URL descriptor for WebUSB landing page.
An ecoded URL descriptor to point to a website that is suggested to the user when the device is connected.
Implementations§
Auto Trait Implementations§
impl<'d> Freeze for Url<'d>
impl<'d> RefUnwindSafe for Url<'d>
impl<'d> Send for Url<'d>
impl<'d> Sync for Url<'d>
impl<'d> Unpin for Url<'d>
impl<'d> UnwindSafe for Url<'d>
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