pub struct PersistInfo {
pub mode: String,
pub target_datasource: String,
}Expand description
Information about a persist statement
Fields§
§mode: String§target_datasource: StringTrait Implementations§
Source§impl Clone for PersistInfo
impl Clone for PersistInfo
Source§fn clone(&self) -> PersistInfo
fn clone(&self) -> PersistInfo
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 PersistInfo
impl Debug for PersistInfo
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.
Auto Trait Implementations§
impl Freeze for PersistInfo
impl RefUnwindSafe for PersistInfo
impl Send for PersistInfo
impl Sync for PersistInfo
impl Unpin for PersistInfo
impl UnsafeUnpin for PersistInfo
impl UnwindSafe for PersistInfo
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