pub struct TranslationProviderPageQuery {
pub page: u32,
pub page_size: u32,
}Fields§
§page: u32§page_size: u32Trait Implementations§
Source§impl Clone for TranslationProviderPageQuery
impl Clone for TranslationProviderPageQuery
Source§fn clone(&self) -> TranslationProviderPageQuery
fn clone(&self) -> TranslationProviderPageQuery
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 TranslationProviderPageQuery
impl ComposeSchema for TranslationProviderPageQuery
Source§impl Debug for TranslationProviderPageQuery
impl Debug for TranslationProviderPageQuery
Source§impl<'de> Deserialize<'de> for TranslationProviderPageQuery
impl<'de> Deserialize<'de> for TranslationProviderPageQuery
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 TranslationProviderPageQuery
impl IntoParams for TranslationProviderPageQuery
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.Auto Trait Implementations§
impl Freeze for TranslationProviderPageQuery
impl RefUnwindSafe for TranslationProviderPageQuery
impl Send for TranslationProviderPageQuery
impl Sync for TranslationProviderPageQuery
impl Unpin for TranslationProviderPageQuery
impl UnsafeUnpin for TranslationProviderPageQuery
impl UnwindSafe for TranslationProviderPageQuery
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