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