pub struct DocumentLookupQuery {
pub source_key: String,
pub external_id: String,
}Fields§
§source_key: String§external_id: StringTrait Implementations§
Source§impl Clone for DocumentLookupQuery
impl Clone for DocumentLookupQuery
Source§fn clone(&self) -> DocumentLookupQuery
fn clone(&self) -> DocumentLookupQuery
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 ComposeSchema for DocumentLookupQuery
impl ComposeSchema for DocumentLookupQuery
Source§impl Debug for DocumentLookupQuery
impl Debug for DocumentLookupQuery
Source§impl<'de> Deserialize<'de> for DocumentLookupQuery
impl<'de> Deserialize<'de> for DocumentLookupQuery
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 IntoParams for DocumentLookupQuery
impl IntoParams for DocumentLookupQuery
Source§fn into_params(
parameter_in_provider: impl Fn() -> Option<ParameterIn>,
) -> Vec<Parameter>
fn into_params( parameter_in_provider: impl Fn() -> Option<ParameterIn>, ) -> Vec<Parameter>
Provide
Vec of openapi::path::Parameters to caller. The result is used in utoipa-gen library to
provide OpenAPI parameter information for the endpoint using the parameters.Source§impl Serialize for DocumentLookupQuery
impl Serialize for DocumentLookupQuery
Auto Trait Implementations§
impl Freeze for DocumentLookupQuery
impl RefUnwindSafe for DocumentLookupQuery
impl Send for DocumentLookupQuery
impl Sync for DocumentLookupQuery
impl Unpin for DocumentLookupQuery
impl UnsafeUnpin for DocumentLookupQuery
impl UnwindSafe for DocumentLookupQuery
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