pub struct BulkString(pub Vec<u8>);
Tuple Fields§
§0: Vec<u8>
Trait Implementations§
Source§impl From<BulkString> for CommandArg
impl From<BulkString> for CommandArg
Source§fn from(bs: BulkString) -> Self
fn from(bs: BulkString) -> Self
Converts to this type from the input type.
Source§impl FromValue for BulkString
impl FromValue for BulkString
Auto Trait Implementations§
impl Freeze for BulkString
impl RefUnwindSafe for BulkString
impl Send for BulkString
impl Sync for BulkString
impl Unpin for BulkString
impl UnwindSafe for BulkString
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