pub struct ListTranslationsQuery {
pub file: Option<String>,
pub query: Option<String>,
pub limit: Option<usize>,
pub msgctxt: Option<String>,
}Fields§
§file: Option<String>§query: Option<String>§limit: Option<usize>§msgctxt: Option<String>Trait Implementations§
Source§impl Debug for ListTranslationsQuery
impl Debug for ListTranslationsQuery
Source§impl<'de> Deserialize<'de> for ListTranslationsQuery
impl<'de> Deserialize<'de> for ListTranslationsQuery
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
Auto Trait Implementations§
impl Freeze for ListTranslationsQuery
impl RefUnwindSafe for ListTranslationsQuery
impl Send for ListTranslationsQuery
impl Sync for ListTranslationsQuery
impl Unpin for ListTranslationsQuery
impl UnsafeUnpin for ListTranslationsQuery
impl UnwindSafe for ListTranslationsQuery
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