Struct couchbase_lite::C4DocumentEnded
source · #[repr(C)]pub struct C4DocumentEnded {
pub collectionName: FLSlice,
pub docID: FLSlice,
pub revID: FLSlice,
pub flags: C4RevisionFlags,
pub sequence: u64,
pub error: C4Error,
pub errorIsTransient: bool,
}Fields§
§collectionName: FLSlice§docID: FLSlice§revID: FLSlice§flags: C4RevisionFlags§sequence: u64§error: C4Error§errorIsTransient: boolTrait Implementations§
source§impl Clone for C4DocumentEnded
impl Clone for C4DocumentEnded
source§fn clone(&self) -> C4DocumentEnded
fn clone(&self) -> C4DocumentEnded
Returns a copy 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 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§
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