pub enum PromptsMethod {
List,
Get,
}Variants§
Trait Implementations§
Source§impl Clone for PromptsMethod
impl Clone for PromptsMethod
Source§fn clone(&self) -> PromptsMethod
fn clone(&self) -> PromptsMethod
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PromptsMethod
impl Debug for PromptsMethod
Source§impl PartialEq for PromptsMethod
impl PartialEq for PromptsMethod
impl Copy for PromptsMethod
impl Eq for PromptsMethod
impl StructuralPartialEq for PromptsMethod
Auto Trait Implementations§
impl Freeze for PromptsMethod
impl RefUnwindSafe for PromptsMethod
impl Send for PromptsMethod
impl Sync for PromptsMethod
impl Unpin for PromptsMethod
impl UnsafeUnpin for PromptsMethod
impl UnwindSafe for PromptsMethod
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