pub struct IdentityFrameTransform;Trait Implementations§
Source§impl Clone for IdentityFrameTransform
impl Clone for IdentityFrameTransform
Source§fn clone(&self) -> IdentityFrameTransform
fn clone(&self) -> IdentityFrameTransform
Returns a duplicate 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 Default for IdentityFrameTransform
impl Default for IdentityFrameTransform
Source§fn default() -> IdentityFrameTransform
fn default() -> IdentityFrameTransform
Returns the “default value” for a type. Read more
Source§impl FrameTransform for IdentityFrameTransform
impl FrameTransform for IdentityFrameTransform
type Output = CapturedStatsFrame<Map<String, Value>>
fn transform( &mut self, _replay_meta: &ReplayMeta, frame: StatsSnapshotFrame, ) -> SubtrActorResult<Self::Output>
impl Copy for IdentityFrameTransform
Auto Trait Implementations§
impl Freeze for IdentityFrameTransform
impl RefUnwindSafe for IdentityFrameTransform
impl Send for IdentityFrameTransform
impl Sync for IdentityFrameTransform
impl Unpin for IdentityFrameTransform
impl UnsafeUnpin for IdentityFrameTransform
impl UnwindSafe for IdentityFrameTransform
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