pub struct LogsPath {
pub scope: String,
pub process: String,
}Fields§
§scope: String§process: StringTrait Implementations§
impl StructuralPartialEq for LogsPath
Auto Trait Implementations§
impl Freeze for LogsPath
impl RefUnwindSafe for LogsPath
impl Send for LogsPath
impl Sync for LogsPath
impl Unpin for LogsPath
impl UnwindSafe for LogsPath
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