pub struct ServiceErrorControl(/* private fields */);Implementations§
source§impl ServiceErrorControl
impl ServiceErrorControl
pub const SERVICE_ERROR_CRITICAL: ServiceErrorControl = _
pub const SERVICE_ERROR_IGNORE: ServiceErrorControl = _
pub const SERVICE_ERROR_NORMAL: ServiceErrorControl = _
pub const SERVICE_ERROR_SEVERE: ServiceErrorControl = _
Trait Implementations§
source§impl From<SERVICE_ERROR> for ServiceErrorControl
impl From<SERVICE_ERROR> for ServiceErrorControl
Auto Trait Implementations§
impl Freeze for ServiceErrorControl
impl RefUnwindSafe for ServiceErrorControl
impl Send for ServiceErrorControl
impl Sync for ServiceErrorControl
impl Unpin for ServiceErrorControl
impl UnwindSafe for ServiceErrorControl
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