pub struct MemcachedObfuscation {
pub enabled: bool,
pub keep_command: bool,
}Expand description
Memcached command obfuscation.
Fields§
§enabled: boolWhether Memcached commands are obfuscated.
keep_command: boolWhether the command verb is preserved.
Trait Implementations§
Source§impl Clone for MemcachedObfuscation
impl Clone for MemcachedObfuscation
Source§fn clone(&self) -> MemcachedObfuscation
fn clone(&self) -> MemcachedObfuscation
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 MemcachedObfuscation
impl Debug for MemcachedObfuscation
Source§impl Default for MemcachedObfuscation
impl Default for MemcachedObfuscation
Source§fn default() -> MemcachedObfuscation
fn default() -> MemcachedObfuscation
Returns the “default value” for a type. Read more
Source§impl PartialEq for MemcachedObfuscation
impl PartialEq for MemcachedObfuscation
Source§impl Serialize for MemcachedObfuscation
impl Serialize for MemcachedObfuscation
impl StructuralPartialEq for MemcachedObfuscation
Auto Trait Implementations§
impl Freeze for MemcachedObfuscation
impl RefUnwindSafe for MemcachedObfuscation
impl Send for MemcachedObfuscation
impl Sync for MemcachedObfuscation
impl Unpin for MemcachedObfuscation
impl UnwindSafe for MemcachedObfuscation
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