#[non_exhaustive]pub struct AppendOnly {}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 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 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<'de> Deserialize<'de> for AppendOnlywhere
AppendOnly: Default,
impl<'de> Deserialize<'de> for AppendOnlywhere
AppendOnly: Default,
Source§fn 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
Source§impl Message for AppendOnly
impl Message for AppendOnly
Source§impl PartialEq for AppendOnly
impl PartialEq for AppendOnly
Source§impl Serialize for AppendOnly
impl Serialize 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