pub enum OpValue {
Inline(String),
Value(String),
Raw(String),
TemplateString(TemplateString),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpValue
impl RefUnwindSafe for OpValue
impl Send for OpValue
impl Sync for OpValue
impl Unpin for OpValue
impl UnwindSafe for OpValue
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