Struct rust_web_server::language::Lang
source · pub struct Lang {
pub code: &'static str,
pub name: &'static str,
}
Fields§
§code: &'static str
§name: &'static str
Auto Trait Implementations§
impl RefUnwindSafe for Lang
impl Send for Lang
impl Sync for Lang
impl Unpin for Lang
impl UnwindSafe for Lang
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