pub enum NotifyIpv6scope {
Link,
Site,
Organization,
UnsupportedValue,
}Variants§
Link
SSDP NOTIFY messages are sent to addresses in the IPv6 local link scope.
Site
SSDP NOTIFY messages are sent to addresses in the IPv6 local site scope.
Organization
SSDP NOTIFY messages are sent to addresses in the IPv6 local organization scope.
UnsupportedValue
Fallback value for values that are not supported by current version of Redfish schema.
Trait Implementations§
Source§impl Clone for NotifyIpv6scope
impl Clone for NotifyIpv6scope
Source§fn clone(&self) -> NotifyIpv6scope
fn clone(&self) -> NotifyIpv6scope
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 moreimpl Copy for NotifyIpv6scope
Source§impl Debug for NotifyIpv6scope
impl Debug for NotifyIpv6scope
Source§impl<'de> Deserialize<'de> for NotifyIpv6scope
impl<'de> Deserialize<'de> for NotifyIpv6scope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for NotifyIpv6scope
Source§impl PartialEq for NotifyIpv6scope
impl PartialEq for NotifyIpv6scope
Source§impl Serialize for NotifyIpv6scope
impl Serialize for NotifyIpv6scope
impl StructuralPartialEq for NotifyIpv6scope
Source§impl ToSnakeCase for NotifyIpv6scope
impl ToSnakeCase for NotifyIpv6scope
Source§fn to_snake_case(&self) -> &'static str
fn to_snake_case(&self) -> &'static str
Convert this enum variant to a
snake_case stringAuto Trait Implementations§
impl Freeze for NotifyIpv6scope
impl RefUnwindSafe for NotifyIpv6scope
impl Send for NotifyIpv6scope
impl Sync for NotifyIpv6scope
impl Unpin for NotifyIpv6scope
impl UnsafeUnpin for NotifyIpv6scope
impl UnwindSafe for NotifyIpv6scope
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