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