pub enum RedisTokenType {
RedisTokenCommand,
RedisTokenArgument,
}Variants§
Trait Implementations§
Source§impl Clone for RedisTokenType
impl Clone for RedisTokenType
Source§fn clone(&self) -> RedisTokenType
fn clone(&self) -> RedisTokenType
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 RedisTokenType
impl Debug for RedisTokenType
impl Copy for RedisTokenType
Auto Trait Implementations§
impl Freeze for RedisTokenType
impl RefUnwindSafe for RedisTokenType
impl Send for RedisTokenType
impl Sync for RedisTokenType
impl Unpin for RedisTokenType
impl UnsafeUnpin for RedisTokenType
impl UnwindSafe for RedisTokenType
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