pub enum FormKind {
Owner,
Animal,
}Expand description
Gingr owner/animal form classes supported by form search endpoints.
Variants§
Owner
Provider value refers to a Gingr owner/customer.
Animal
Provider value refers to a Gingr animal/pet.
Implementations§
Trait Implementations§
impl Copy for FormKind
impl Eq for FormKind
impl StructuralPartialEq for FormKind
Auto Trait Implementations§
impl Freeze for FormKind
impl RefUnwindSafe for FormKind
impl Send for FormKind
impl Sync for FormKind
impl Unpin for FormKind
impl UnsafeUnpin for FormKind
impl UnwindSafe for FormKind
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