Struct datamodel_renderer::value::Text
source · pub struct Text<T: Display>(/* private fields */);
Expand description
Represents a string value in the PSL.
Implementations§
Trait Implementations§
source§impl<'a> Display for Text<Base64Display<'a>>
impl<'a> Display for Text<Base64Display<'a>>
source§impl Display for Text<PreviewFeature>
impl Display for Text<PreviewFeature>
impl<T: Copy + Display> Copy for Text<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Text<T>where T: RefUnwindSafe,
impl<T> Send for Text<T>where T: Send,
impl<T> Sync for Text<T>where T: Sync,
impl<T> Unpin for Text<T>where T: Unpin,
impl<T> UnwindSafe for Text<T>where T: UnwindSafe,
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