pub struct RnsStatsFieldPath {
pub scope: RnsStatsFieldScope,
pub field: String,
}Fields§
§scope: RnsStatsFieldScope§field: StringImplementations§
Trait Implementations§
Source§impl Clone for RnsStatsFieldPath
impl Clone for RnsStatsFieldPath
Source§fn clone(&self) -> RnsStatsFieldPath
fn clone(&self) -> RnsStatsFieldPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RnsStatsFieldPath
impl Debug for RnsStatsFieldPath
Source§impl Display for RnsStatsFieldPath
impl Display for RnsStatsFieldPath
impl Eq for RnsStatsFieldPath
Source§impl PartialEq for RnsStatsFieldPath
impl PartialEq for RnsStatsFieldPath
impl StructuralPartialEq for RnsStatsFieldPath
Auto Trait Implementations§
impl Freeze for RnsStatsFieldPath
impl RefUnwindSafe for RnsStatsFieldPath
impl Send for RnsStatsFieldPath
impl Sync for RnsStatsFieldPath
impl Unpin for RnsStatsFieldPath
impl UnsafeUnpin for RnsStatsFieldPath
impl UnwindSafe for RnsStatsFieldPath
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