Struct oas_core::couch::GetChangesResult
source · [−]pub struct GetChangesResult {
pub results: Vec<ChangeEvent>,
pub last_seq: String,
pub pending: Option<i64>,
}
Fields
results: Vec<ChangeEvent>
last_seq: String
pending: Option<i64>
Trait Implementations
sourceimpl Clone for GetChangesResult
impl Clone for GetChangesResult
sourcefn clone(&self) -> GetChangesResult
fn clone(&self) -> GetChangesResult
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 moresourceimpl Debug for GetChangesResult
impl Debug for GetChangesResult
sourceimpl<'de> Deserialize<'de> for GetChangesResult
impl<'de> Deserialize<'de> for GetChangesResult
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for GetChangesResult
impl Serialize for GetChangesResult
Auto Trait Implementations
impl RefUnwindSafe for GetChangesResult
impl Send for GetChangesResult
impl Sync for GetChangesResult
impl Unpin for GetChangesResult
impl UnwindSafe for GetChangesResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.fn mapped<U, F, A>(self, f: F) -> SmallVec<A>where
F: FnMut(T) -> U,
A: Array<Item = U>,
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be
Self