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