Struct stam::TextResourceHandle
source · pub struct TextResourceHandle(_);Trait Implementations§
source§impl Clone for TextResourceHandle
impl Clone for TextResourceHandle
source§fn clone(&self) -> TextResourceHandle
fn clone(&self) -> TextResourceHandle
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 TextResourceHandle
impl Debug for TextResourceHandle
source§impl<'a> From<&TextResourceHandle> for Item<'a, TextResource>
impl<'a> From<&TextResourceHandle> for Item<'a, TextResource>
source§fn from(handle: &TextResourceHandle) -> Self
fn from(handle: &TextResourceHandle) -> Self
Converts to this type from the input type.
source§impl<'a> From<TextResourceHandle> for Item<'a, TextResource>
impl<'a> From<TextResourceHandle> for Item<'a, TextResource>
source§fn from(handle: TextResourceHandle) -> Self
fn from(handle: TextResourceHandle) -> Self
Converts to this type from the input type.
source§impl Handle for TextResourceHandle
impl Handle for TextResourceHandle
source§impl Hash for TextResourceHandle
impl Hash for TextResourceHandle
source§impl Ord for TextResourceHandle
impl Ord for TextResourceHandle
source§fn cmp(&self, other: &TextResourceHandle) -> Ordering
fn cmp(&self, other: &TextResourceHandle) -> 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<TextResourceHandle> for TextResourceHandle
impl PartialEq<TextResourceHandle> for TextResourceHandle
source§fn eq(&self, other: &TextResourceHandle) -> bool
fn eq(&self, other: &TextResourceHandle) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<TextResourceHandle> for TextResourceHandle
impl PartialOrd<TextResourceHandle> for TextResourceHandle
source§fn partial_cmp(&self, other: &TextResourceHandle) -> Option<Ordering>
fn partial_cmp(&self, other: &TextResourceHandle) -> 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 moreimpl Copy for TextResourceHandle
impl Eq for TextResourceHandle
impl StructuralEq for TextResourceHandle
impl StructuralPartialEq for TextResourceHandle
Auto Trait Implementations§
impl RefUnwindSafe for TextResourceHandle
impl Send for TextResourceHandle
impl Sync for TextResourceHandle
impl Unpin for TextResourceHandle
impl UnwindSafe for TextResourceHandle
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