pub struct RemoveTicketTermParams {
pub ticket_id: String,
pub term_id: String,
}
Expand description
struct for passing parameters to the method [remove_ticket_term
]
Fields§
§ticket_id: String
§term_id: String
Implementations§
Source§impl RemoveTicketTermParams
impl RemoveTicketTermParams
Sourcepub fn builder() -> RemoveTicketTermParamsBuilder
pub fn builder() -> RemoveTicketTermParamsBuilder
Create an instance of RemoveTicketTermParams
using the builder syntax
Trait Implementations§
Source§impl Clone for RemoveTicketTermParams
impl Clone for RemoveTicketTermParams
Source§fn clone(&self) -> RemoveTicketTermParams
fn clone(&self) -> RemoveTicketTermParams
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for RemoveTicketTermParams
impl RefUnwindSafe for RemoveTicketTermParams
impl Send for RemoveTicketTermParams
impl Sync for RemoveTicketTermParams
impl Unpin for RemoveTicketTermParams
impl UnwindSafe for RemoveTicketTermParams
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