#[repr(i32)]pub enum ProfilerStringView_Ownership {
Literal = 0,
}
Variants§
Literal = 0
Implementations§
Source§impl ProfilerStringView_Ownership
impl ProfilerStringView_Ownership
pub const Reference: ProfilerStringView_Ownership = ProfilerStringView_Ownership::Literal
Source§impl ProfilerStringView_Ownership
impl ProfilerStringView_Ownership
pub const OwnedThroughStringView: ProfilerStringView_Ownership = ProfilerStringView_Ownership::Literal
Trait Implementations§
Source§impl Clone for ProfilerStringView_Ownership
impl Clone for ProfilerStringView_Ownership
Source§fn clone(&self) -> ProfilerStringView_Ownership
fn clone(&self) -> ProfilerStringView_Ownership
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 ProfilerStringView_Ownership
impl Debug for ProfilerStringView_Ownership
Source§impl Hash for ProfilerStringView_Ownership
impl Hash for ProfilerStringView_Ownership
Source§impl PartialEq for ProfilerStringView_Ownership
impl PartialEq for ProfilerStringView_Ownership
Source§fn eq(&self, other: &ProfilerStringView_Ownership) -> bool
fn eq(&self, other: &ProfilerStringView_Ownership) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for ProfilerStringView_Ownership
impl Eq for ProfilerStringView_Ownership
impl StructuralPartialEq for ProfilerStringView_Ownership
Auto Trait Implementations§
impl Freeze for ProfilerStringView_Ownership
impl RefUnwindSafe for ProfilerStringView_Ownership
impl Send for ProfilerStringView_Ownership
impl Sync for ProfilerStringView_Ownership
impl Unpin for ProfilerStringView_Ownership
impl UnwindSafe for ProfilerStringView_Ownership
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more