pub struct GetTrackEventDescriptorReturnObject {
pub descriptor: String,
}Expand description
Return a descriptor for all available tracing categories.
Fields§
§descriptor: StringBase64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message.
Trait Implementations§
Source§impl Clone for GetTrackEventDescriptorReturnObject
impl Clone for GetTrackEventDescriptorReturnObject
Source§fn clone(&self) -> GetTrackEventDescriptorReturnObject
fn clone(&self) -> GetTrackEventDescriptorReturnObject
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<'de> Deserialize<'de> for GetTrackEventDescriptorReturnObject
impl<'de> Deserialize<'de> for GetTrackEventDescriptorReturnObject
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 PartialEq for GetTrackEventDescriptorReturnObject
impl PartialEq for GetTrackEventDescriptorReturnObject
Source§fn eq(&self, other: &GetTrackEventDescriptorReturnObject) -> bool
fn eq(&self, other: &GetTrackEventDescriptorReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetTrackEventDescriptorReturnObject
Auto Trait Implementations§
impl Freeze for GetTrackEventDescriptorReturnObject
impl RefUnwindSafe for GetTrackEventDescriptorReturnObject
impl Send for GetTrackEventDescriptorReturnObject
impl Sync for GetTrackEventDescriptorReturnObject
impl Unpin for GetTrackEventDescriptorReturnObject
impl UnsafeUnpin for GetTrackEventDescriptorReturnObject
impl UnwindSafe for GetTrackEventDescriptorReturnObject
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