pub struct edgeURL(/* private fields */);
Trait Implementations§
impl StructuralPartialEq for edgeURL
Auto Trait Implementations§
impl Freeze for edgeURL
impl RefUnwindSafe for edgeURL
impl Send for edgeURL
impl Sync for edgeURL
impl Unpin for edgeURL
impl UnwindSafe for edgeURL
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