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