pub struct ProjectLoggingOptions { /* private fields */ }Expand description
Effective ordered logging options, including an explicitly empty or reset mapping.
Implementations§
Source§impl ProjectLoggingOptions
impl ProjectLoggingOptions
Sourcepub fn entries(&self) -> &[ProjectValue<ProjectLoggingOption>]
pub fn entries(&self) -> &[ProjectValue<ProjectLoggingOption>]
Returns valid option entries in effective mapping order.
Sourcepub fn unmodeled_entries(&self) -> &[ProjectFieldReference]
pub fn unmodeled_entries(&self) -> &[ProjectFieldReference]
Returns malformed entries retained outside the typed string/number/null boundary.
Trait Implementations§
Source§impl Clone for ProjectLoggingOptions
impl Clone for ProjectLoggingOptions
Source§fn clone(&self) -> ProjectLoggingOptions
fn clone(&self) -> ProjectLoggingOptions
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 ProjectLoggingOptions
impl Debug for ProjectLoggingOptions
impl Eq for ProjectLoggingOptions
Source§impl PartialEq for ProjectLoggingOptions
impl PartialEq for ProjectLoggingOptions
impl StructuralPartialEq for ProjectLoggingOptions
Auto Trait Implementations§
impl Freeze for ProjectLoggingOptions
impl RefUnwindSafe for ProjectLoggingOptions
impl Send for ProjectLoggingOptions
impl Sync for ProjectLoggingOptions
impl Unpin for ProjectLoggingOptions
impl UnsafeUnpin for ProjectLoggingOptions
impl UnwindSafe for ProjectLoggingOptions
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