Enum pingora_core::upstreams::peer::Scheme
source · pub enum Scheme {
HTTP,
HTTPS,
}
Expand description
Define whether to connect via http or https
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for Scheme
impl PartialEq for Scheme
impl StructuralPartialEq for Scheme
Auto Trait Implementations§
impl Freeze for Scheme
impl RefUnwindSafe for Scheme
impl Send for Scheme
impl Sync for Scheme
impl Unpin for Scheme
impl UnwindSafe for Scheme
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