pub struct MatchingNode<UUU>where
UUU: Clone,{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<UUU> Freeze for MatchingNode<UUU>where
UUU: Freeze,
impl<UUU> RefUnwindSafe for MatchingNode<UUU>where
UUU: RefUnwindSafe,
impl<UUU> Send for MatchingNode<UUU>where
UUU: Send,
impl<UUU> Sync for MatchingNode<UUU>where
UUU: Sync,
impl<UUU> Unpin for MatchingNode<UUU>where
UUU: Unpin,
impl<UUU> UnwindSafe for MatchingNode<UUU>where
UUU: UnwindSafe,
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