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