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