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