pub struct NSBatchInsertResult { /* private fields */ }Expand description
Wraps NSBatchInsertResult.
Implementations§
Source§impl NSBatchInsertResult
impl NSBatchInsertResult
Sourcepub fn result_type(&self) -> BatchInsertRequestResultType
pub fn result_type(&self) -> BatchInsertRequestResultType
Wraps NSBatchInsertResult.result_type(...).
Sourcepub fn object_ids(&self) -> Result<Vec<NSManagedObjectID>, CoreDataError>
pub fn object_ids(&self) -> Result<Vec<NSManagedObjectID>, CoreDataError>
Wraps NSBatchInsertResult.object_ids(...).
Source§impl NSBatchInsertResult
impl NSBatchInsertResult
Sourcepub fn as_persistent_store_result(
&self,
) -> Result<NSPersistentStoreResult, CoreDataError>
pub fn as_persistent_store_result( &self, ) -> Result<NSPersistentStoreResult, CoreDataError>
Wraps NSBatchInsertResult.as_persistent_store_result(...).
Trait Implementations§
Source§impl Clone for NSBatchInsertResult
impl Clone for NSBatchInsertResult
Source§fn clone(&self) -> NSBatchInsertResult
fn clone(&self) -> NSBatchInsertResult
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 moreSource§impl Debug for NSBatchInsertResult
impl Debug for NSBatchInsertResult
impl Send for NSBatchInsertResult
Auto Trait Implementations§
impl Freeze for NSBatchInsertResult
impl RefUnwindSafe for NSBatchInsertResult
impl !Sync for NSBatchInsertResult
impl Unpin for NSBatchInsertResult
impl UnsafeUnpin for NSBatchInsertResult
impl UnwindSafe for NSBatchInsertResult
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