pub enum MlValidateDetectorParts {
None,
}
Expand description
API parts for the Ml Validate Detector API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for MlValidateDetectorParts
impl Clone for MlValidateDetectorParts
Source§fn clone(&self) -> MlValidateDetectorParts
fn clone(&self) -> MlValidateDetectorParts
Returns a copy 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 MlValidateDetectorParts
impl Debug for MlValidateDetectorParts
Source§impl PartialEq for MlValidateDetectorParts
impl PartialEq for MlValidateDetectorParts
impl Eq for MlValidateDetectorParts
impl StructuralPartialEq for MlValidateDetectorParts
Auto Trait Implementations§
impl Freeze for MlValidateDetectorParts
impl RefUnwindSafe for MlValidateDetectorParts
impl Send for MlValidateDetectorParts
impl Sync for MlValidateDetectorParts
impl Unpin for MlValidateDetectorParts
impl UnwindSafe for MlValidateDetectorParts
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