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