pub struct BacktickFragmentFact { /* private fields */ }Expand description
Extracted structural facts available to rules and callers.
Implementations§
Trait Implementations§
Source§impl Clone for BacktickFragmentFact
impl Clone for BacktickFragmentFact
Source§fn clone(&self) -> BacktickFragmentFact
fn clone(&self) -> BacktickFragmentFact
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BacktickFragmentFact
Auto Trait Implementations§
impl Freeze for BacktickFragmentFact
impl RefUnwindSafe for BacktickFragmentFact
impl Send for BacktickFragmentFact
impl Sync for BacktickFragmentFact
impl Unpin for BacktickFragmentFact
impl UnsafeUnpin for BacktickFragmentFact
impl UnwindSafe for BacktickFragmentFact
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