Struct datamodel_renderer::value::Constant
source · pub struct Constant<T: Display>(/* private fields */);
Expand description
A unquoted identifier. Should be used if a value has certain naming standards.
Trait Implementations§
impl<'a> Copy for Constant<&'a str>
Auto Trait Implementations§
impl<T> RefUnwindSafe for Constant<T>where T: RefUnwindSafe,
impl<T> Send for Constant<T>where T: Send,
impl<T> Sync for Constant<T>where T: Sync,
impl<T> Unpin for Constant<T>where T: Unpin,
impl<T> UnwindSafe for Constant<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