pub struct Literal<T>where
T: TypeSet,{
pub value: LiteralValue<T>,
pub location: Location,
}Fields§
§value: LiteralValue<T>§location: LocationTrait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Literal<T>
impl<T> RefUnwindSafe for Literal<T>
impl<T> Send for Literal<T>
impl<T> Sync for Literal<T>
impl<T> Unpin for Literal<T>
impl<T> UnwindSafe for Literal<T>
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