Struct redis_driver::MigrateOptions
source · [−]pub struct MigrateOptions<P1 = &'static str, U = &'static str, P2 = &'static str, K = &'static str, KK = Vec<&'static str>>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,{ /* private fields */ }
Implementations
sourceimpl<P1, U, P2, K, KK> MigrateOptions<P1, U, P2, K, KK>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,
impl<P1, U, P2, K, KK> MigrateOptions<P1, U, P2, K, KK>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,
Trait Implementations
sourceimpl<P1: Default, U: Default, P2: Default, K: Default, KK: Default> Default for MigrateOptions<P1, U, P2, K, KK>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,
impl<P1: Default, U: Default, P2: Default, K: Default, KK: Default> Default for MigrateOptions<P1, U, P2, K, KK>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,
sourcefn default() -> MigrateOptions<P1, U, P2, K, KK>
fn default() -> MigrateOptions<P1, U, P2, K, KK>
Returns the “default value” for a type. Read more
sourceimpl<P1, U, P2, K, KK> IntoArgs for MigrateOptions<P1, U, P2, K, KK>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,
impl<P1, U, P2, K, KK> IntoArgs for MigrateOptions<P1, U, P2, K, KK>where
P1: Into<BulkString>,
U: Into<BulkString>,
P2: Into<BulkString>,
K: Into<BulkString>,
KK: SingleArgOrCollection<K>,
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl<P1, U, P2, K, KK> RefUnwindSafe for MigrateOptions<P1, U, P2, K, KK>where
K: RefUnwindSafe,
KK: RefUnwindSafe,
P1: RefUnwindSafe,
P2: RefUnwindSafe,
U: RefUnwindSafe,
impl<P1, U, P2, K, KK> Send for MigrateOptions<P1, U, P2, K, KK>where
K: Send,
KK: Send,
P1: Send,
P2: Send,
U: Send,
impl<P1, U, P2, K, KK> Sync for MigrateOptions<P1, U, P2, K, KK>where
K: Sync,
KK: Sync,
P1: Sync,
P2: Sync,
U: Sync,
impl<P1, U, P2, K, KK> Unpin for MigrateOptions<P1, U, P2, K, KK>where
K: Unpin,
KK: Unpin,
P1: Unpin,
P2: Unpin,
U: Unpin,
impl<P1, U, P2, K, KK> UnwindSafe for MigrateOptions<P1, U, P2, K, KK>where
K: UnwindSafe,
KK: UnwindSafe,
P1: UnwindSafe,
P2: UnwindSafe,
U: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more