pub struct AuthUrls {
pub login: &'static str,
pub info: &'static str,
}Fields§
§login: &'static str§info: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for AuthUrls
impl RefUnwindSafe for AuthUrls
impl Send for AuthUrls
impl Sync for AuthUrls
impl Unpin for AuthUrls
impl UnwindSafe for AuthUrls
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