pub struct UdpConnection;
Expand description
A UDP connection to Graylog.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UdpConnection
impl RefUnwindSafe for UdpConnection
impl Send for UdpConnection
impl Sync for UdpConnection
impl Unpin for UdpConnection
impl UnwindSafe for UdpConnection
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