pub struct PersistStatement {
pub mode: PersistMode,
pub target_datasource: String,
}Fields§
§mode: PersistMode§target_datasource: StringTrait Implementations§
Source§impl Clone for PersistStatement
impl Clone for PersistStatement
Source§fn clone(&self) -> PersistStatement
fn clone(&self) -> PersistStatement
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 PersistStatement
impl Debug for PersistStatement
impl Eq for PersistStatement
Source§impl From<&PersistStatement> for PersistInfo
impl From<&PersistStatement> for PersistInfo
Source§fn from(ps: &PersistStatement) -> Self
fn from(ps: &PersistStatement) -> Self
Converts to this type from the input type.
Source§impl Hash for PersistStatement
impl Hash for PersistStatement
Source§impl PartialEq for PersistStatement
impl PartialEq for PersistStatement
impl StructuralPartialEq for PersistStatement
Auto Trait Implementations§
impl Freeze for PersistStatement
impl RefUnwindSafe for PersistStatement
impl Send for PersistStatement
impl Sync for PersistStatement
impl Unpin for PersistStatement
impl UnsafeUnpin for PersistStatement
impl UnwindSafe for PersistStatement
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