pub struct ArenaFullPerf {
pub icon: Option<String>,
pub key: PerfType,
pub name: String,
}Fields§
§icon: Option<String>§key: PerfType§name: StringTrait Implementations§
Source§impl Clone for ArenaFullPerf
impl Clone for ArenaFullPerf
Source§fn clone(&self) -> ArenaFullPerf
fn clone(&self) -> ArenaFullPerf
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 ArenaFullPerf
impl Debug for ArenaFullPerf
Source§impl<'de> Deserialize<'de> for ArenaFullPerf
impl<'de> Deserialize<'de> for ArenaFullPerf
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArenaFullPerf
impl RefUnwindSafe for ArenaFullPerf
impl Send for ArenaFullPerf
impl Sync for ArenaFullPerf
impl Unpin for ArenaFullPerf
impl UnsafeUnpin for ArenaFullPerf
impl UnwindSafe for ArenaFullPerf
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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