pub struct LiteralId(/* private fields */);
Trait Implementations§
impl Copy for LiteralId
impl Eq for LiteralId
impl StructuralPartialEq for LiteralId
Auto Trait Implementations§
impl Freeze for LiteralId
impl RefUnwindSafe for LiteralId
impl Send for LiteralId
impl Sync for LiteralId
impl Unpin for LiteralId
impl UnwindSafe for LiteralId
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