Struct jira::gen::models::jql_personal_data_migration_request::JqlPersonalDataMigrationRequest[][src]

pub struct JqlPersonalDataMigrationRequest {
    pub query_strings: Option<Vec<String>>,
}

JqlPersonalDataMigrationRequest : The JQL queries to be converted.

Fields

query_strings: Option<Vec<String>>

A list of queries with user identifiers. Maximum of 100 queries.

Implementations

impl JqlPersonalDataMigrationRequest[src]

pub fn new() -> JqlPersonalDataMigrationRequest[src]

The JQL queries to be converted.

Trait Implementations

impl Clone for JqlPersonalDataMigrationRequest[src]

impl Debug for JqlPersonalDataMigrationRequest[src]

impl<'de> Deserialize<'de> for JqlPersonalDataMigrationRequest[src]

impl PartialEq<JqlPersonalDataMigrationRequest> for JqlPersonalDataMigrationRequest[src]

impl Serialize for JqlPersonalDataMigrationRequest[src]

impl StructuralPartialEq for JqlPersonalDataMigrationRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.