pub struct RedisModuleCommandArg { /* private fields */ }Implementations§
Source§impl RedisModuleCommandArg
impl RedisModuleCommandArg
pub fn new( name: String, type_: u32, key_spec_index: Option<u32>, token: Option<String>, summary: Option<String>, since: Option<String>, flags: CommandArgFlags, deprecated_since: Option<String>, subargs: Option<Vec<RedisModuleCommandArg>>, display_text: Option<String>, ) -> RedisModuleCommandArg
Auto Trait Implementations§
impl Freeze for RedisModuleCommandArg
impl RefUnwindSafe for RedisModuleCommandArg
impl Send for RedisModuleCommandArg
impl Sync for RedisModuleCommandArg
impl Unpin for RedisModuleCommandArg
impl UnsafeUnpin for RedisModuleCommandArg
impl UnwindSafe for RedisModuleCommandArg
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