pub struct AuthUrl { /* private fields */ }Trait Implementations§
impl Eq for AuthUrl
Auto Trait Implementations§
impl Freeze for AuthUrl
impl RefUnwindSafe for AuthUrl
impl Send for AuthUrl
impl Sync for AuthUrl
impl Unpin for AuthUrl
impl UnwindSafe for AuthUrl
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