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 Freeze for Log
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