pub enum OperationName {
Follow,
List,
}Variants§
Trait Implementations§
Source§impl Debug for OperationName
impl Debug for OperationName
Source§impl Default for OperationName
impl Default for OperationName
Source§fn default() -> OperationName
fn default() -> OperationName
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperationName
impl RefUnwindSafe for OperationName
impl Send for OperationName
impl Sync for OperationName
impl Unpin for OperationName
impl UnwindSafe for OperationName
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