pub struct NetworkConnectionQueryStatusId(/* private fields */);
Expand description
NetworkConnectionQueryStatusId
JSON schema
{
"type": "integer",
"enum": [
0,
1,
2,
99
]
}
Trait Implementations§
Source§impl Clone for NetworkConnectionQueryStatusId
impl Clone for NetworkConnectionQueryStatusId
Source§fn clone(&self) -> NetworkConnectionQueryStatusId
fn clone(&self) -> NetworkConnectionQueryStatusId
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<'de> Deserialize<'de> for NetworkConnectionQueryStatusId
impl<'de> Deserialize<'de> for NetworkConnectionQueryStatusId
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
Source§impl From<&NetworkConnectionQueryStatusId> for NetworkConnectionQueryStatusId
impl From<&NetworkConnectionQueryStatusId> for NetworkConnectionQueryStatusId
Source§fn from(value: &NetworkConnectionQueryStatusId) -> Self
fn from(value: &NetworkConnectionQueryStatusId) -> Self
Converts to this type from the input type.
Source§impl From<NetworkConnectionQueryStatusId> for i64
impl From<NetworkConnectionQueryStatusId> for i64
Source§fn from(value: NetworkConnectionQueryStatusId) -> Self
fn from(value: NetworkConnectionQueryStatusId) -> Self
Converts to this type from the input type.
Source§impl TryFrom<i64> for NetworkConnectionQueryStatusId
impl TryFrom<i64> for NetworkConnectionQueryStatusId
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for NetworkConnectionQueryStatusId
impl RefUnwindSafe for NetworkConnectionQueryStatusId
impl Send for NetworkConnectionQueryStatusId
impl Sync for NetworkConnectionQueryStatusId
impl Unpin for NetworkConnectionQueryStatusId
impl UnwindSafe for NetworkConnectionQueryStatusId
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