pub struct LayerRasterCacheKey { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for LayerRasterCacheKey
impl Clone for LayerRasterCacheKey
Source§fn clone(&self) -> LayerRasterCacheKey
fn clone(&self) -> LayerRasterCacheKey
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 LayerRasterCacheKey
impl Debug for LayerRasterCacheKey
Source§impl Hash for LayerRasterCacheKey
impl Hash for LayerRasterCacheKey
Source§impl PartialEq for LayerRasterCacheKey
impl PartialEq for LayerRasterCacheKey
impl Copy for LayerRasterCacheKey
impl Eq for LayerRasterCacheKey
impl StructuralPartialEq for LayerRasterCacheKey
Auto Trait Implementations§
impl Freeze for LayerRasterCacheKey
impl RefUnwindSafe for LayerRasterCacheKey
impl Send for LayerRasterCacheKey
impl Sync for LayerRasterCacheKey
impl Unpin for LayerRasterCacheKey
impl UnsafeUnpin for LayerRasterCacheKey
impl UnwindSafe for LayerRasterCacheKey
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