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