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