pub struct SpatialPersistenceContextResultEXT(/* private fields */);Expand description
Implementations§
Source§impl SpatialPersistenceContextResultEXT
impl SpatialPersistenceContextResultEXT
Sourcepub const SUCCESS: SpatialPersistenceContextResultEXT
pub const SUCCESS: SpatialPersistenceContextResultEXT
The persistence context operation was a success.
Sourcepub const ENTITY_NOT_TRACKING: SpatialPersistenceContextResultEXT
pub const ENTITY_NOT_TRACKING: SpatialPersistenceContextResultEXT
The persistence operation failed because the entity could not be tracked by the runtime.
Sourcepub const PERSIST_UUID_NOT_FOUND: SpatialPersistenceContextResultEXT
pub const PERSIST_UUID_NOT_FOUND: SpatialPersistenceContextResultEXT
The provided persist UUID was not found in the storage.
pub fn from_raw(x: i32) -> Self
pub fn into_raw(self) -> i32
Trait Implementations§
Source§impl Clone for SpatialPersistenceContextResultEXT
impl Clone for SpatialPersistenceContextResultEXT
Source§fn clone(&self) -> SpatialPersistenceContextResultEXT
fn clone(&self) -> SpatialPersistenceContextResultEXT
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 Default for SpatialPersistenceContextResultEXT
impl Default for SpatialPersistenceContextResultEXT
Source§fn default() -> SpatialPersistenceContextResultEXT
fn default() -> SpatialPersistenceContextResultEXT
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpatialPersistenceContextResultEXT
impl PartialEq for SpatialPersistenceContextResultEXT
Source§fn eq(&self, other: &SpatialPersistenceContextResultEXT) -> bool
fn eq(&self, other: &SpatialPersistenceContextResultEXT) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpatialPersistenceContextResultEXT
impl Eq for SpatialPersistenceContextResultEXT
impl StructuralPartialEq for SpatialPersistenceContextResultEXT
Auto Trait Implementations§
impl Freeze for SpatialPersistenceContextResultEXT
impl RefUnwindSafe for SpatialPersistenceContextResultEXT
impl Send for SpatialPersistenceContextResultEXT
impl Sync for SpatialPersistenceContextResultEXT
impl Unpin for SpatialPersistenceContextResultEXT
impl UnwindSafe for SpatialPersistenceContextResultEXT
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