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