pub struct LoggingControl { /* private fields */ }Available on crate feature
unstable only.Expand description
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Implementations§
Source§impl LoggingControl
impl LoggingControl
Sourcepub fn check(&self, meta: &Metadata<'_>) -> CheckResult
pub fn check(&self, meta: &Metadata<'_>) -> CheckResult
§Stability
This API is marked as unstable and is only available when the unstable
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Trait Implementations§
Source§impl Default for LoggingControl
impl Default for LoggingControl
Source§fn default() -> LoggingControl
fn default() -> LoggingControl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for LoggingControl
impl RefUnwindSafe for LoggingControl
impl Send for LoggingControl
impl Sync for LoggingControl
impl Unpin for LoggingControl
impl UnsafeUnpin for LoggingControl
impl UnwindSafe for LoggingControl
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