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