Struct couchbase_lite::C4DocumentEnded
source · [−]#[repr(C)]pub struct C4DocumentEnded {
pub collectionName: FLHeapSlice,
pub docID: FLHeapSlice,
pub revID: FLHeapSlice,
pub flags: u8,
pub sequence: u64,
pub error: C4Error,
pub errorIsTransient: bool,
}Fields
collectionName: FLHeapSlicedocID: FLHeapSlicerevID: FLHeapSliceflags: u8sequence: u64error: C4ErrorerrorIsTransient: boolTrait Implementations
sourceimpl Clone for C4DocumentEnded
impl Clone for C4DocumentEnded
sourcefn clone(&self) -> C4DocumentEnded
fn clone(&self) -> C4DocumentEnded
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for C4DocumentEnded
impl Debug for C4DocumentEnded
impl Copy for C4DocumentEnded
Auto Trait Implementations
impl RefUnwindSafe for C4DocumentEnded
impl !Send for C4DocumentEnded
impl !Sync for C4DocumentEnded
impl Unpin for C4DocumentEnded
impl UnwindSafe for C4DocumentEnded
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more