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