Struct rust_web_server::log::Log
source · pub struct Log;
Implementations§
source§impl Log
impl Log
pub fn request_response( request: &Request, response: &Response, peer_addr: &SocketAddr ) -> String
pub fn usage_information() -> String
pub fn info(name: &str) -> String
pub fn server_url_thread_count( protocol: &str, bind_addr: &String, thread_count: i32 ) -> String
Auto Trait Implementations§
impl RefUnwindSafe for Log
impl Send for Log
impl Sync for Log
impl Unpin for Log
impl UnwindSafe for Log
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