pub struct AssetSourceId(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for AssetSourceId
impl Clone for AssetSourceId
Source§fn clone(&self) -> AssetSourceId
fn clone(&self) -> AssetSourceId
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 AssetSourceId
impl Debug for AssetSourceId
Source§impl Hash for AssetSourceId
impl Hash for AssetSourceId
Source§impl Ord for AssetSourceId
impl Ord for AssetSourceId
Source§fn cmp(&self, other: &AssetSourceId) -> Ordering
fn cmp(&self, other: &AssetSourceId) -> 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 AssetSourceId
impl PartialEq for AssetSourceId
Source§impl PartialOrd for AssetSourceId
impl PartialOrd for AssetSourceId
impl Copy for AssetSourceId
impl Eq for AssetSourceId
impl StructuralPartialEq for AssetSourceId
Auto Trait Implementations§
impl Freeze for AssetSourceId
impl RefUnwindSafe for AssetSourceId
impl Send for AssetSourceId
impl Sync for AssetSourceId
impl Unpin for AssetSourceId
impl UnwindSafe for AssetSourceId
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