[−][src]Struct sync15::RecordChangeset 
Fields
changes: Vec<P>timestamp: ServerTimestampFor GETs, the last sync timestamp that should be persisted after applying the records. For POSTs, this is the XIUS timestamp.
collection: Cow<'static, str>Implementations
impl<T> RecordChangeset<T>[src]
pub fn new(
    collection: impl Into<Cow<'static, str>>, 
    timestamp: ServerTimestamp
) -> RecordChangeset<T>[src]
collection: impl Into<Cow<'static, str>>,
timestamp: ServerTimestamp
) -> RecordChangeset<T>
Trait Implementations
impl<P> Clone for RecordChangeset<P> where
    P: Clone, [src]
P: Clone,
fn clone(&self) -> RecordChangeset<P>[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<P> Debug for RecordChangeset<P> where
    P: Debug, [src]
P: Debug,
Auto Trait Implementations
impl<P> RefUnwindSafe for RecordChangeset<P> where
    P: RefUnwindSafe, 
P: RefUnwindSafe,
impl<P> Send for RecordChangeset<P> where
    P: Send, 
P: Send,
impl<P> Sync for RecordChangeset<P> where
    P: Sync, 
P: Sync,
impl<P> Unpin for RecordChangeset<P> where
    P: Unpin, 
P: Unpin,
impl<P> UnwindSafe for RecordChangeset<P> where
    P: UnwindSafe, 
P: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
    T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
    T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
    T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
    U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
    T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
    U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
V: MultiLane<T>,