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