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