pub struct VmBuiltinProfile {
pub name: String,
pub count: u64,
}Fields§
§name: String§count: u64Trait Implementations§
Source§impl Clone for VmBuiltinProfile
impl Clone for VmBuiltinProfile
Source§fn clone(&self) -> VmBuiltinProfile
fn clone(&self) -> VmBuiltinProfile
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 moreAuto Trait Implementations§
impl Freeze for VmBuiltinProfile
impl RefUnwindSafe for VmBuiltinProfile
impl Send for VmBuiltinProfile
impl Sync for VmBuiltinProfile
impl Unpin for VmBuiltinProfile
impl UnsafeUnpin for VmBuiltinProfile
impl UnwindSafe for VmBuiltinProfile
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