pub struct SpatialPersistenceContextEXT(/* private fields */);Expand description
Trait Implementations§
Source§impl Clone for SpatialPersistenceContextEXT
impl Clone for SpatialPersistenceContextEXT
Source§fn clone(&self) -> SpatialPersistenceContextEXT
fn clone(&self) -> SpatialPersistenceContextEXT
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 SpatialPersistenceContextEXT
impl Debug for SpatialPersistenceContextEXT
Source§impl Hash for SpatialPersistenceContextEXT
impl Hash for SpatialPersistenceContextEXT
Source§impl PartialEq for SpatialPersistenceContextEXT
impl PartialEq for SpatialPersistenceContextEXT
Source§fn eq(&self, other: &SpatialPersistenceContextEXT) -> bool
fn eq(&self, other: &SpatialPersistenceContextEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpatialPersistenceContextEXT
impl Eq for SpatialPersistenceContextEXT
impl StructuralPartialEq for SpatialPersistenceContextEXT
Auto Trait Implementations§
impl Freeze for SpatialPersistenceContextEXT
impl RefUnwindSafe for SpatialPersistenceContextEXT
impl Send for SpatialPersistenceContextEXT
impl Sync for SpatialPersistenceContextEXT
impl Unpin for SpatialPersistenceContextEXT
impl UnwindSafe for SpatialPersistenceContextEXT
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