pub enum MgetParts<'b> {
None,
Index(&'b str),
IndexType(&'b str, &'b str),
}
Expand description
API parts for the Mget API
Variants§
Implementations§
Trait Implementations§
impl<'b> StructuralPartialEq for MgetParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for MgetParts<'b>
impl<'b> RefUnwindSafe for MgetParts<'b>
impl<'b> Send for MgetParts<'b>
impl<'b> Sync for MgetParts<'b>
impl<'b> Unpin for MgetParts<'b>
impl<'b> UnwindSafe for MgetParts<'b>
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