Enum fns_api_client::traits::ticket::TicketResponseResult
source · pub enum TicketResponseResult {
Ok(Box<dyn TicketTrait>),
Err(Box<dyn TicketRequestErrorTrait>),
}Variants§
Ok(Box<dyn TicketTrait>)
Err(Box<dyn TicketRequestErrorTrait>)
Auto Trait Implementations§
impl Freeze for TicketResponseResult
impl !RefUnwindSafe for TicketResponseResult
impl !Send for TicketResponseResult
impl !Sync for TicketResponseResult
impl Unpin for TicketResponseResult
impl !UnwindSafe for TicketResponseResult
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