pub struct ResolvedLogDir {
pub path: PathBuf,
pub source: LogDirSource,
}Expand description
A resolved log directory plus the branch that produced it (see LogDirSource).
Fields§
§path: PathBufThe service log directory (<root>/<service>).
source: LogDirSourceThe resolution branch that chose path.
Trait Implementations§
Source§impl Clone for ResolvedLogDir
impl Clone for ResolvedLogDir
Source§fn clone(&self) -> ResolvedLogDir
fn clone(&self) -> ResolvedLogDir
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolvedLogDir
impl Debug for ResolvedLogDir
impl Eq for ResolvedLogDir
Source§impl PartialEq for ResolvedLogDir
impl PartialEq for ResolvedLogDir
impl StructuralPartialEq for ResolvedLogDir
Auto Trait Implementations§
impl Freeze for ResolvedLogDir
impl RefUnwindSafe for ResolvedLogDir
impl Send for ResolvedLogDir
impl Sync for ResolvedLogDir
impl Unpin for ResolvedLogDir
impl UnsafeUnpin for ResolvedLogDir
impl UnwindSafe for ResolvedLogDir
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.