pub enum TopologyType {
Standalone,
Cluster,
}Expand description
Type of Redis topology
Variants§
Trait Implementations§
Source§impl Clone for TopologyType
impl Clone for TopologyType
Source§fn clone(&self) -> TopologyType
fn clone(&self) -> TopologyType
Returns a duplicate 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 TopologyType
impl Debug for TopologyType
Source§impl PartialEq for TopologyType
impl PartialEq for TopologyType
impl Copy for TopologyType
impl Eq for TopologyType
impl StructuralPartialEq for TopologyType
Auto Trait Implementations§
impl Freeze for TopologyType
impl RefUnwindSafe for TopologyType
impl Send for TopologyType
impl Sync for TopologyType
impl Unpin for TopologyType
impl UnwindSafe for TopologyType
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