pub struct SupportTicketListOptions {
pub project_id: Option<String>,
pub status: Option<String>,
pub source: Option<String>,
pub category: Option<String>,
pub release: Option<String>,
pub limit: Option<String>,
pub pagination: Option<String>,
pub cursor_time: Option<String>,
pub cursor_id: Option<String>,
}Expand description
Filters for support-ticket history.
Fields§
§project_id: Option<String>Optional project identifier.
status: Option<String>Optional ticket status.
source: Option<String>Optional ticket source.
category: Option<String>Optional support category.
release: Option<String>Optional release.
limit: Option<String>Optional result limit.
pagination: Option<String>Optional explicit pagination mode.
cursor_time: Option<String>Optional continuation timestamp.
cursor_id: Option<String>Optional continuation identifier.
Trait Implementations§
Source§impl Clone for SupportTicketListOptions
impl Clone for SupportTicketListOptions
Source§fn clone(&self) -> SupportTicketListOptions
fn clone(&self) -> SupportTicketListOptions
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 Debug for SupportTicketListOptions
impl Debug for SupportTicketListOptions
Source§impl Default for SupportTicketListOptions
impl Default for SupportTicketListOptions
Source§fn default() -> SupportTicketListOptions
fn default() -> SupportTicketListOptions
Returns the “default value” for a type. Read more
impl Eq for SupportTicketListOptions
Source§impl PartialEq for SupportTicketListOptions
impl PartialEq for SupportTicketListOptions
impl StructuralPartialEq for SupportTicketListOptions
Auto Trait Implementations§
impl Freeze for SupportTicketListOptions
impl RefUnwindSafe for SupportTicketListOptions
impl Send for SupportTicketListOptions
impl Sync for SupportTicketListOptions
impl Unpin for SupportTicketListOptions
impl UnsafeUnpin for SupportTicketListOptions
impl UnwindSafe for SupportTicketListOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.