pub enum AvailableService {
BareMetalServers,
VirtualServers,
PrivateCloud,
}Variants§
Trait Implementations§
Source§impl Clone for AvailableService
impl Clone for AvailableService
Source§fn clone(&self) -> AvailableService
fn clone(&self) -> AvailableService
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 AvailableService
impl Debug for AvailableService
Source§impl PartialEq for AvailableService
impl PartialEq for AvailableService
impl Copy for AvailableService
impl Eq for AvailableService
impl StructuralPartialEq for AvailableService
Auto Trait Implementations§
impl Freeze for AvailableService
impl RefUnwindSafe for AvailableService
impl Send for AvailableService
impl Sync for AvailableService
impl Unpin for AvailableService
impl UnwindSafe for AvailableService
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