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