pub struct Cigar { /* private fields */ }Expand description
A CIGAR string that holds a list of operations.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cigar
impl RefUnwindSafe for Cigar
impl Send for Cigar
impl Sync for Cigar
impl Unpin for Cigar
impl UnwindSafe for Cigar
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