pub struct HttpConstants {}
Implementations§
Source§impl HttpConstants
impl HttpConstants
pub fn get_current_formatted_date() -> String
pub fn get_formatted_date(total_seconds: u64) -> String
pub fn get_code_text(code: i32) -> &'static str
Auto Trait Implementations§
impl Freeze for HttpConstants
impl RefUnwindSafe for HttpConstants
impl Send for HttpConstants
impl Sync for HttpConstants
impl Unpin for HttpConstants
impl UnwindSafe for HttpConstants
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