pub(super) struct MetaStmtSemanticEntry {
pub(super) match_info: Option<MetaMatchInfo>,
}Fields§
§match_info: Option<MetaMatchInfo>Trait Implementations§
Source§impl Clone for MetaStmtSemanticEntry
impl Clone for MetaStmtSemanticEntry
Source§fn clone(&self) -> MetaStmtSemanticEntry
fn clone(&self) -> MetaStmtSemanticEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MetaStmtSemanticEntry
impl RefUnwindSafe for MetaStmtSemanticEntry
impl Send for MetaStmtSemanticEntry
impl Sync for MetaStmtSemanticEntry
impl Unpin for MetaStmtSemanticEntry
impl UnwindSafe for MetaStmtSemanticEntry
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