pub struct TicketDocument {
pub sections: IndexMap<String, String>,
/* private fields */
}Fields§
§sections: IndexMap<String, String>Implementations§
Trait Implementations§
Source§impl Clone for TicketDocument
impl Clone for TicketDocument
Source§fn clone(&self) -> TicketDocument
fn clone(&self) -> TicketDocument
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 TicketDocument
impl RefUnwindSafe for TicketDocument
impl Send for TicketDocument
impl Sync for TicketDocument
impl Unpin for TicketDocument
impl UnsafeUnpin for TicketDocument
impl UnwindSafe for TicketDocument
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