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