pub struct GetAllTimeSamplingProfile(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for GetAllTimeSamplingProfile
impl Clone for GetAllTimeSamplingProfile
Source§fn clone(&self) -> GetAllTimeSamplingProfile
fn clone(&self) -> GetAllTimeSamplingProfile
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 Debug for GetAllTimeSamplingProfile
impl Debug for GetAllTimeSamplingProfile
Source§impl<'de> Deserialize<'de> for GetAllTimeSamplingProfile
impl<'de> Deserialize<'de> for GetAllTimeSamplingProfile
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
Source§impl Method for GetAllTimeSamplingProfile
impl Method for GetAllTimeSamplingProfile
const NAME: &'static str = "Memory.getAllTimeSamplingProfile"
type ReturnObject = GetAllTimeSamplingProfileReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
impl StructuralPartialEq for GetAllTimeSamplingProfile
Auto Trait Implementations§
impl Freeze for GetAllTimeSamplingProfile
impl RefUnwindSafe for GetAllTimeSamplingProfile
impl Send for GetAllTimeSamplingProfile
impl Sync for GetAllTimeSamplingProfile
impl Unpin for GetAllTimeSamplingProfile
impl UnwindSafe for GetAllTimeSamplingProfile
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