pub struct EchoValue { /* private fields */ }Expand description
Echo value branch
Values
val: Value- Value.begin: bool- Trim text in front.end: bool- Trim the text at the back.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EchoValue
impl Send for EchoValue
impl Sync for EchoValue
impl Unpin for EchoValue
impl UnwindSafe for EchoValue
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