pub struct RawLog {
pub log_entry: String,
}Expand description
Wrapper type containing the raw log string received by the client from the Interactsh server (after decoding and decrypting)
Fields§
§log_entry: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RawLog
impl RefUnwindSafe for RawLog
impl Send for RawLog
impl Sync for RawLog
impl Unpin for RawLog
impl UnwindSafe for RawLog
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