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