pub enum SignedUrlMethod {
GET,
PUT,
POST,
DELETE,
}Expand description
Supported HTTP methods for signed URLs.
Variants§
Trait Implementations§
Source§impl Clone for SignedUrlMethod
impl Clone for SignedUrlMethod
Source§fn clone(&self) -> SignedUrlMethod
fn clone(&self) -> SignedUrlMethod
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 SignedUrlMethod
impl Debug for SignedUrlMethod
Source§impl PartialEq for SignedUrlMethod
impl PartialEq for SignedUrlMethod
impl Copy for SignedUrlMethod
impl StructuralPartialEq for SignedUrlMethod
Auto Trait Implementations§
impl Freeze for SignedUrlMethod
impl RefUnwindSafe for SignedUrlMethod
impl Send for SignedUrlMethod
impl Sync for SignedUrlMethod
impl Unpin for SignedUrlMethod
impl UnwindSafe for SignedUrlMethod
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