pub struct ProceduralMaterialHandle(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for ProceduralMaterialHandle
impl Clone for ProceduralMaterialHandle
source§fn clone(&self) -> ProceduralMaterialHandle
fn clone(&self) -> ProceduralMaterialHandle
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 ProceduralMaterialHandle
impl Debug for ProceduralMaterialHandle
source§impl Default for ProceduralMaterialHandle
impl Default for ProceduralMaterialHandle
source§impl<'de> Deserialize<'de> for ProceduralMaterialHandle
impl<'de> Deserialize<'de> for ProceduralMaterialHandle
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 Display for ProceduralMaterialHandle
impl Display for ProceduralMaterialHandle
source§impl From<ProceduralMaterialHandle> for Ulid
impl From<ProceduralMaterialHandle> for Ulid
source§fn from(handle: ProceduralMaterialHandle) -> Self
fn from(handle: ProceduralMaterialHandle) -> Self
Converts to this type from the input type.
source§impl From<Ulid> for ProceduralMaterialHandle
impl From<Ulid> for ProceduralMaterialHandle
source§impl Hash for ProceduralMaterialHandle
impl Hash for ProceduralMaterialHandle
source§impl Ord for ProceduralMaterialHandle
impl Ord for ProceduralMaterialHandle
source§fn cmp(&self, other: &ProceduralMaterialHandle) -> Ordering
fn cmp(&self, other: &ProceduralMaterialHandle) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ProceduralMaterialHandle
impl PartialEq for ProceduralMaterialHandle
source§fn eq(&self, other: &ProceduralMaterialHandle) -> bool
fn eq(&self, other: &ProceduralMaterialHandle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ProceduralMaterialHandle
impl PartialOrd for ProceduralMaterialHandle
source§fn partial_cmp(&self, other: &ProceduralMaterialHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &ProceduralMaterialHandle) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for ProceduralMaterialHandle
impl Serialize for ProceduralMaterialHandle
impl Copy for ProceduralMaterialHandle
impl Eq for ProceduralMaterialHandle
impl StructuralEq for ProceduralMaterialHandle
impl StructuralPartialEq for ProceduralMaterialHandle
Auto Trait Implementations§
impl RefUnwindSafe for ProceduralMaterialHandle
impl Send for ProceduralMaterialHandle
impl Sync for ProceduralMaterialHandle
impl Unpin for ProceduralMaterialHandle
impl UnwindSafe for ProceduralMaterialHandle
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