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