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