pub enum DiscoveryHttpMethods {
Post,
Get,
Delete,
Patch,
Options,
Head,
Put,
}Variants§
Trait Implementations§
Source§impl Clone for DiscoveryHttpMethods
impl Clone for DiscoveryHttpMethods
Source§fn clone(&self) -> DiscoveryHttpMethods
fn clone(&self) -> DiscoveryHttpMethods
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 DiscoveryHttpMethods
impl Debug for DiscoveryHttpMethods
Source§impl Default for DiscoveryHttpMethods
impl Default for DiscoveryHttpMethods
Source§fn default() -> DiscoveryHttpMethods
fn default() -> DiscoveryHttpMethods
Returns the “default value” for a type. Read more
impl Copy for DiscoveryHttpMethods
Auto Trait Implementations§
impl Freeze for DiscoveryHttpMethods
impl RefUnwindSafe for DiscoveryHttpMethods
impl Send for DiscoveryHttpMethods
impl Sync for DiscoveryHttpMethods
impl Unpin for DiscoveryHttpMethods
impl UnwindSafe for DiscoveryHttpMethods
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