pub struct GetTrackEventDescriptorReturns {
pub descriptor: Binary,
}Expand description
Return a descriptor for all available tracing categories. getTrackEventDescriptor
Fields§
§descriptor: BinaryBase64-encoded serialized perfetto.protos.TrackEventDescriptor protobuf message.
Implementations§
Source§impl GetTrackEventDescriptorReturns
impl GetTrackEventDescriptorReturns
pub fn new(descriptor: impl Into<Binary>) -> GetTrackEventDescriptorReturns
Trait Implementations§
Source§impl Clone for GetTrackEventDescriptorReturns
impl Clone for GetTrackEventDescriptorReturns
Source§fn clone(&self) -> GetTrackEventDescriptorReturns
fn clone(&self) -> GetTrackEventDescriptorReturns
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 GetTrackEventDescriptorReturns
impl<'de> Deserialize<'de> for GetTrackEventDescriptorReturns
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetTrackEventDescriptorReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GetTrackEventDescriptorReturns, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetTrackEventDescriptorReturns
impl PartialEq for GetTrackEventDescriptorReturns
Source§fn eq(&self, other: &GetTrackEventDescriptorReturns) -> bool
fn eq(&self, other: &GetTrackEventDescriptorReturns) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetTrackEventDescriptorReturns
impl Serialize for GetTrackEventDescriptorReturns
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for GetTrackEventDescriptorReturns
Auto Trait Implementations§
impl Freeze for GetTrackEventDescriptorReturns
impl RefUnwindSafe for GetTrackEventDescriptorReturns
impl Send for GetTrackEventDescriptorReturns
impl Sync for GetTrackEventDescriptorReturns
impl Unpin for GetTrackEventDescriptorReturns
impl UnsafeUnpin for GetTrackEventDescriptorReturns
impl UnwindSafe for GetTrackEventDescriptorReturns
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