pub enum ServiceMappingProfile {
Basic,
Enhanced,
}Expand description
Service-Mapping-Profil (Spec §2.1 + §2.2).
Variants§
Trait Implementations§
Source§impl Clone for ServiceMappingProfile
impl Clone for ServiceMappingProfile
Source§fn clone(&self) -> ServiceMappingProfile
fn clone(&self) -> ServiceMappingProfile
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ServiceMappingProfile
impl Debug for ServiceMappingProfile
Source§impl Default for ServiceMappingProfile
impl Default for ServiceMappingProfile
Source§fn default() -> ServiceMappingProfile
fn default() -> ServiceMappingProfile
Returns the “default value” for a type. Read more
Source§impl PartialEq for ServiceMappingProfile
impl PartialEq for ServiceMappingProfile
Source§fn eq(&self, other: &ServiceMappingProfile) -> bool
fn eq(&self, other: &ServiceMappingProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ServiceMappingProfile
impl Eq for ServiceMappingProfile
impl StructuralPartialEq for ServiceMappingProfile
Auto Trait Implementations§
impl Freeze for ServiceMappingProfile
impl RefUnwindSafe for ServiceMappingProfile
impl Send for ServiceMappingProfile
impl Sync for ServiceMappingProfile
impl Unpin for ServiceMappingProfile
impl UnsafeUnpin for ServiceMappingProfile
impl UnwindSafe for ServiceMappingProfile
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