pub struct TableChange {
pub table: String,
pub scope_keys: Option<Vec<String>>,
}Fields§
§table: String§scope_keys: Option<Vec<String>>Trait Implementations§
Source§impl Clone for TableChange
impl Clone for TableChange
Source§fn clone(&self) -> TableChange
fn clone(&self) -> TableChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableChange
impl Debug for TableChange
Auto Trait Implementations§
impl Freeze for TableChange
impl RefUnwindSafe for TableChange
impl Send for TableChange
impl Sync for TableChange
impl Unpin for TableChange
impl UnsafeUnpin for TableChange
impl UnwindSafe for TableChange
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