pub enum SzComponent {
Engine,
Config,
ConfigMgr,
Diagnostic,
Product,
}
Expand description
Senzing SDK component for error reporting
Variants§
Trait Implementations§
Source§impl Clone for SzComponent
impl Clone for SzComponent
Source§fn clone(&self) -> SzComponent
fn clone(&self) -> SzComponent
Returns a duplicate of the value. Read more
1.0.0 · 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 SzComponent
impl Debug for SzComponent
impl Copy for SzComponent
Auto Trait Implementations§
impl Freeze for SzComponent
impl RefUnwindSafe for SzComponent
impl Send for SzComponent
impl Sync for SzComponent
impl Unpin for SzComponent
impl UnwindSafe for SzComponent
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