pub enum HostProfilePreset {
Home,
Vps,
Dedicated,
}Expand description
Built-in host profile preset.
Variants§
Home
Home or low-end host with constrained ingress.
Vps
VPS or small dedicated instance.
Dedicated
Dedicated high-throughput host.
Trait Implementations§
Source§impl Clone for HostProfilePreset
impl Clone for HostProfilePreset
Source§fn clone(&self) -> HostProfilePreset
fn clone(&self) -> HostProfilePreset
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 HostProfilePreset
impl Debug for HostProfilePreset
Source§impl PartialEq for HostProfilePreset
impl PartialEq for HostProfilePreset
impl Copy for HostProfilePreset
impl Eq for HostProfilePreset
impl StructuralPartialEq for HostProfilePreset
Auto Trait Implementations§
impl Freeze for HostProfilePreset
impl RefUnwindSafe for HostProfilePreset
impl Send for HostProfilePreset
impl Sync for HostProfilePreset
impl Unpin for HostProfilePreset
impl UnsafeUnpin for HostProfilePreset
impl UnwindSafe for HostProfilePreset
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