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