pub enum TransformDeleteTransformParts<'b> {
TransformId(&'b str),
}
Expand description
API parts for the Transform Delete Transform API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for TransformDeleteTransformParts<'b>
impl<'b> Clone for TransformDeleteTransformParts<'b>
Source§fn clone(&self) -> TransformDeleteTransformParts<'b>
fn clone(&self) -> TransformDeleteTransformParts<'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 TransformDeleteTransformParts<'b>
impl<'b> Debug for TransformDeleteTransformParts<'b>
Source§impl<'b> PartialEq for TransformDeleteTransformParts<'b>
impl<'b> PartialEq for TransformDeleteTransformParts<'b>
Source§fn eq(&self, other: &TransformDeleteTransformParts<'b>) -> bool
fn eq(&self, other: &TransformDeleteTransformParts<'b>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl<'b> Eq for TransformDeleteTransformParts<'b>
impl<'b> StructuralPartialEq for TransformDeleteTransformParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for TransformDeleteTransformParts<'b>
impl<'b> RefUnwindSafe for TransformDeleteTransformParts<'b>
impl<'b> Send for TransformDeleteTransformParts<'b>
impl<'b> Sync for TransformDeleteTransformParts<'b>
impl<'b> Unpin for TransformDeleteTransformParts<'b>
impl<'b> UnwindSafe for TransformDeleteTransformParts<'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