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