pub struct LikeExprId(/* private fields */);Implementations§
Source§impl LikeExprId
impl LikeExprId
pub fn into_inner(self) -> AnyNodeId
Trait Implementations§
Source§impl Clone for LikeExprId
impl Clone for LikeExprId
Source§fn clone(&self) -> LikeExprId
fn clone(&self) -> LikeExprId
Returns a duplicate 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 moreSource§impl Debug for LikeExprId
impl Debug for LikeExprId
Source§impl<'a> From<LikeExpr<'a>> for LikeExprId
impl<'a> From<LikeExpr<'a>> for LikeExprId
Source§impl From<LikeExprId> for AnyNodeId
impl From<LikeExprId> for AnyNodeId
Source§fn from(id: LikeExprId) -> AnyNodeId
fn from(id: LikeExprId) -> AnyNodeId
Converts to this type from the input type.
Source§impl Hash for LikeExprId
impl Hash for LikeExprId
Source§impl PartialEq for LikeExprId
impl PartialEq for LikeExprId
Source§impl TypedNodeId for LikeExprId
impl TypedNodeId for LikeExprId
impl Copy for LikeExprId
impl Eq for LikeExprId
impl StructuralPartialEq for LikeExprId
Auto Trait Implementations§
impl Freeze for LikeExprId
impl RefUnwindSafe for LikeExprId
impl Send for LikeExprId
impl Sync for LikeExprId
impl Unpin for LikeExprId
impl UnsafeUnpin for LikeExprId
impl UnwindSafe for LikeExprId
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