pub enum AllowedMethods {
Mirror,
List(HashSet<Method>),
}Variants§
Trait Implementations§
Source§impl Clone for AllowedMethods
impl Clone for AllowedMethods
Source§fn clone(&self) -> AllowedMethods
fn clone(&self) -> AllowedMethods
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 AllowedMethods
impl Debug for AllowedMethods
Source§impl From<AllowedMethods> for AllowMethods
impl From<AllowedMethods> for AllowMethods
Source§fn from(value: AllowedMethods) -> Self
fn from(value: AllowedMethods) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AllowedMethods
impl PartialEq for AllowedMethods
impl Eq for AllowedMethods
impl StructuralPartialEq for AllowedMethods
Auto Trait Implementations§
impl Freeze for AllowedMethods
impl RefUnwindSafe for AllowedMethods
impl Send for AllowedMethods
impl Sync for AllowedMethods
impl Unpin for AllowedMethods
impl UnwindSafe for AllowedMethods
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