pub struct sys_log_client_t { /* private fields */ }Implementations§
Source§impl sys_log_client_t
impl sys_log_client_t
pub fn new(self_addr: &SocketAddr) -> Result<Self, RESULT>
pub fn sendto_server(&mut self, msg: &InnerLogMsg)
pub fn send_encoded_msg(&mut self, encoded_msg: &String)
pub fn set_server_addr(&mut self, server_addr: &SocketAddr) -> RESULT
Auto Trait Implementations§
impl Freeze for sys_log_client_t
impl RefUnwindSafe for sys_log_client_t
impl Send for sys_log_client_t
impl Sync for sys_log_client_t
impl Unpin for sys_log_client_t
impl UnwindSafe for sys_log_client_t
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