pub enum MlDeleteFilterParts<'b> {
FilterId(&'b str),
}
Expand description
API parts for the Ml Delete Filter API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for MlDeleteFilterParts<'b>
impl<'b> Clone for MlDeleteFilterParts<'b>
Source§fn clone(&self) -> MlDeleteFilterParts<'b>
fn clone(&self) -> MlDeleteFilterParts<'b>
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<'b> Debug for MlDeleteFilterParts<'b>
impl<'b> Debug for MlDeleteFilterParts<'b>
Source§impl<'b> PartialEq for MlDeleteFilterParts<'b>
impl<'b> PartialEq for MlDeleteFilterParts<'b>
impl<'b> Eq for MlDeleteFilterParts<'b>
impl<'b> StructuralPartialEq for MlDeleteFilterParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for MlDeleteFilterParts<'b>
impl<'b> RefUnwindSafe for MlDeleteFilterParts<'b>
impl<'b> Send for MlDeleteFilterParts<'b>
impl<'b> Sync for MlDeleteFilterParts<'b>
impl<'b> Unpin for MlDeleteFilterParts<'b>
impl<'b> UnwindSafe for MlDeleteFilterParts<'b>
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