pub enum RnsStatsFieldScope {
Report,
Interface(usize),
}Variants§
Trait Implementations§
Source§impl Clone for RnsStatsFieldScope
impl Clone for RnsStatsFieldScope
Source§fn clone(&self) -> RnsStatsFieldScope
fn clone(&self) -> RnsStatsFieldScope
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 moreimpl Copy for RnsStatsFieldScope
Source§impl Debug for RnsStatsFieldScope
impl Debug for RnsStatsFieldScope
impl Eq for RnsStatsFieldScope
Source§impl PartialEq for RnsStatsFieldScope
impl PartialEq for RnsStatsFieldScope
impl StructuralPartialEq for RnsStatsFieldScope
Auto Trait Implementations§
impl Freeze for RnsStatsFieldScope
impl RefUnwindSafe for RnsStatsFieldScope
impl Send for RnsStatsFieldScope
impl Sync for RnsStatsFieldScope
impl Unpin for RnsStatsFieldScope
impl UnsafeUnpin for RnsStatsFieldScope
impl UnwindSafe for RnsStatsFieldScope
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