pub struct TarpitLog {
pub lines: Vec<TarpitLogEntry>,
}
Fields§
§lines: Vec<TarpitLogEntry>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TarpitLog
impl RefUnwindSafe for TarpitLog
impl Send for TarpitLog
impl Sync for TarpitLog
impl Unpin for TarpitLog
impl UnwindSafe for TarpitLog
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