Enum blaze_common::executor::HttpResource
source · pub enum HttpResource {
Git {
options: GitOptions,
},
Tarball {
options: TarballOptions,
},
}Variants§
Trait Implementations§
source§impl Clone for HttpResource
impl Clone for HttpResource
source§fn clone(&self) -> HttpResource
fn clone(&self) -> HttpResource
Returns a copy 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 HttpResource
impl Debug for HttpResource
source§impl Hash for HttpResource
impl Hash for HttpResource
source§impl PartialEq for HttpResource
impl PartialEq for HttpResource
source§fn eq(&self, other: &HttpResource) -> bool
fn eq(&self, other: &HttpResource) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for HttpResource
impl Serialize for HttpResource
impl Eq for HttpResource
impl StructuralPartialEq for HttpResource
Auto Trait Implementations§
impl Freeze for HttpResource
impl RefUnwindSafe for HttpResource
impl Send for HttpResource
impl Sync for HttpResource
impl Unpin for HttpResource
impl UnwindSafe for HttpResource
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)