pub struct ForensicContext {
pub host: String,
pub artifact: Artifact,
pub tenant: String,
}Fields§
§host: String§artifact: Artifact§tenant: StringTrait Implementations§
Source§impl Clone for ForensicContext
impl Clone for ForensicContext
Source§fn clone(&self) -> ForensicContext
fn clone(&self) -> ForensicContext
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ForensicContext
impl Debug for ForensicContext
Source§impl Default for ForensicContext
impl Default for ForensicContext
Source§fn default() -> ForensicContext
fn default() -> ForensicContext
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ForensicContext
impl RefUnwindSafe for ForensicContext
impl Send for ForensicContext
impl Sync for ForensicContext
impl Unpin for ForensicContext
impl UnwindSafe for ForensicContext
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