Struct re_renderer::DebugLabel
source · pub struct DebugLabel { /* private fields */ }Expand description
Label for resources. Optimized out in release builds.
Implementations§
Trait Implementations§
source§impl Clone for DebugLabel
impl Clone for DebugLabel
source§fn clone(&self) -> DebugLabel
fn clone(&self) -> DebugLabel
Returns a copy 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 DebugLabel
impl Debug for DebugLabel
source§impl Default for DebugLabel
impl Default for DebugLabel
source§fn default() -> DebugLabel
fn default() -> DebugLabel
Returns the “default value” for a type. Read more
source§impl Display for DebugLabel
impl Display for DebugLabel
source§impl From<&str> for DebugLabel
impl From<&str> for DebugLabel
source§impl From<String> for DebugLabel
impl From<String> for DebugLabel
source§impl Hash for DebugLabel
impl Hash for DebugLabel
source§impl PartialEq<DebugLabel> for DebugLabel
impl PartialEq<DebugLabel> for DebugLabel
source§fn eq(&self, other: &DebugLabel) -> bool
fn eq(&self, other: &DebugLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for DebugLabel
impl StructuralEq for DebugLabel
impl StructuralPartialEq for DebugLabel
Auto Trait Implementations§
impl RefUnwindSafe for DebugLabel
impl Send for DebugLabel
impl Sync for DebugLabel
impl Unpin for DebugLabel
impl UnwindSafe for DebugLabel
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.