pub struct UploadQuery {
pub kind: CertKind,
}
Fields§
§kind: CertKind
Trait Implementations§
Source§impl Clone for UploadQuery
impl Clone for UploadQuery
Source§fn clone(&self) -> UploadQuery
fn clone(&self) -> UploadQuery
Returns a copy 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 Default for UploadQuery
impl Default for UploadQuery
Source§impl<'de> Deserialize<'de> for UploadQuery
impl<'de> Deserialize<'de> for UploadQuery
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 UploadQuery
impl IntoParams for UploadQuery
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::Parameter
s to caller. The result is used in utoipa-gen
library to
provide OpenAPI parameter information for the endpoint using the parameters.Auto Trait Implementations§
impl Freeze for UploadQuery
impl RefUnwindSafe for UploadQuery
impl Send for UploadQuery
impl Sync for UploadQuery
impl Unpin for UploadQuery
impl UnwindSafe for UploadQuery
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