pub enum PopType {
LPOP,
RPOP,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PopType
impl RefUnwindSafe for PopType
impl Send for PopType
impl Sync for PopType
impl Unpin for PopType
impl UnsafeUnpin for PopType
impl UnwindSafe for PopType
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