pub enum SdOptionType {
Configuration = 1,
LoadBalancing = 2,
Ipv4Endpoint = 4,
Ipv6Endpoint = 6,
Ipv4Multicast = 20,
Ipv6Multicast = 22,
Ipv4SdEndpoint = 36,
Ipv6SdEndpoint = 38,
}Variants§
Configuration = 1
LoadBalancing = 2
Ipv4Endpoint = 4
Ipv6Endpoint = 6
Ipv4Multicast = 20
Ipv6Multicast = 22
Ipv4SdEndpoint = 36
Ipv6SdEndpoint = 38
Trait Implementations§
Source§impl Clone for SdOptionType
impl Clone for SdOptionType
Source§fn clone(&self) -> SdOptionType
fn clone(&self) -> SdOptionType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SdOptionType
impl Debug for SdOptionType
Source§impl PartialEq for SdOptionType
impl PartialEq for SdOptionType
impl Eq for SdOptionType
impl StructuralPartialEq for SdOptionType
Auto Trait Implementations§
impl Freeze for SdOptionType
impl RefUnwindSafe for SdOptionType
impl Send for SdOptionType
impl Sync for SdOptionType
impl Unpin for SdOptionType
impl UnwindSafe for SdOptionType
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)