pub enum QuoteWatTest {
Binary(Vec<u8>),
Text(Vec<u8>),
}
Expand description
Returned from QuoteWat::to_test
.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QuoteWatTest
impl RefUnwindSafe for QuoteWatTest
impl Send for QuoteWatTest
impl Sync for QuoteWatTest
impl Unpin for QuoteWatTest
impl UnwindSafe for QuoteWatTest
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