pub struct DumpingControl { /* private fields */ }Available on crate feature
unstable only.Expand description
§Availability
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 DumpingControl
impl DumpingControl
Sourcepub fn check(&self, class: &'static str) -> CheckResult
pub fn check(&self, class: &'static str) -> CheckResult
§Availability
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 DumpingControl
impl Default for DumpingControl
Source§fn default() -> DumpingControl
fn default() -> DumpingControl
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for DumpingControl
impl !RefUnwindSafe for DumpingControl
impl Send for DumpingControl
impl Sync for DumpingControl
impl Unpin for DumpingControl
impl UnwindSafe for DumpingControl
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