pub struct LiteralData {
pub meta: Meta,
pub value: LiteralType,
}Fields§
§meta: Meta§value: LiteralTypeTrait Implementations§
Source§impl Debug for LiteralData
impl Debug for LiteralData
Auto Trait Implementations§
impl Freeze for LiteralData
impl RefUnwindSafe for LiteralData
impl !Send for LiteralData
impl !Sync for LiteralData
impl Unpin for LiteralData
impl UnwindSafe for LiteralData
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