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