pub struct LayerRasterCacheIdentity { /* private fields */ }Trait Implementations§
Source§impl Clone for LayerRasterCacheIdentity
impl Clone for LayerRasterCacheIdentity
Source§fn clone(&self) -> LayerRasterCacheIdentity
fn clone(&self) -> LayerRasterCacheIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LayerRasterCacheIdentity
Source§impl Debug for LayerRasterCacheIdentity
impl Debug for LayerRasterCacheIdentity
impl Eq for LayerRasterCacheIdentity
Source§impl Hash for LayerRasterCacheIdentity
impl Hash for LayerRasterCacheIdentity
Source§impl PartialEq for LayerRasterCacheIdentity
impl PartialEq for LayerRasterCacheIdentity
Source§fn eq(&self, other: &LayerRasterCacheIdentity) -> bool
fn eq(&self, other: &LayerRasterCacheIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LayerRasterCacheIdentity
Auto Trait Implementations§
impl Freeze for LayerRasterCacheIdentity
impl RefUnwindSafe for LayerRasterCacheIdentity
impl Send for LayerRasterCacheIdentity
impl Sync for LayerRasterCacheIdentity
impl Unpin for LayerRasterCacheIdentity
impl UnsafeUnpin for LayerRasterCacheIdentity
impl UnwindSafe for LayerRasterCacheIdentity
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