pub struct Lit(/* private fields */);
Trait Implementations§
Source§impl From<Lit> for Expression
impl From<Lit> for Expression
impl StructuralPartialEq for Lit
Auto Trait Implementations§
impl !Freeze for Lit
impl !RefUnwindSafe for Lit
impl Send for Lit
impl !Sync for Lit
impl Unpin for Lit
impl UnwindSafe for Lit
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