pub struct WithoutUrl;Auto Trait Implementations§
impl Freeze for WithoutUrl
impl RefUnwindSafe for WithoutUrl
impl Send for WithoutUrl
impl Sync for WithoutUrl
impl Unpin for WithoutUrl
impl UnsafeUnpin for WithoutUrl
impl UnwindSafe for WithoutUrl
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