pub struct StringValue { /* private fields */ }Expand description
Value is a main object that will be used as
value type of String.
This object MUST implement SourceFormatter
Implementations§
Trait Implementations§
Source§impl<'a> SourceFormatter<'a, String> for Value
impl<'a> SourceFormatter<'a, String> for Value
fn get_source_value(&'a self) -> String
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
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