#[non_exhaustive]pub struct AppendOnly { /* private fields */ }
Expand description
AppendOnly mode defines that all changes to a table will be written to the destination table.
Implementations§
Source§impl AppendOnly
impl AppendOnly
Trait Implementations§
Source§impl Clone for AppendOnly
impl Clone for AppendOnly
Source§fn clone(&self) -> AppendOnly
fn clone(&self) -> AppendOnly
Returns a duplicate 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 AppendOnly
impl Debug for AppendOnly
Source§impl Default for AppendOnly
impl Default for AppendOnly
Source§fn default() -> AppendOnly
fn default() -> AppendOnly
Returns the “default value” for a type. Read more
Source§impl PartialEq for AppendOnly
impl PartialEq for AppendOnly
impl StructuralPartialEq for AppendOnly
Auto Trait Implementations§
impl Freeze for AppendOnly
impl RefUnwindSafe for AppendOnly
impl Send for AppendOnly
impl Sync for AppendOnly
impl Unpin for AppendOnly
impl UnwindSafe for AppendOnly
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