pub struct CstExprTypeAssertion {
pub op: Position,
}Fields§
§op: PositionTrait Implementations§
Source§impl Clone for CstExprTypeAssertion
impl Clone for CstExprTypeAssertion
Source§fn clone(&self) -> CstExprTypeAssertion
fn clone(&self) -> CstExprTypeAssertion
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 moreSource§impl Debug for CstExprTypeAssertion
impl Debug for CstExprTypeAssertion
Source§impl PartialEq for CstExprTypeAssertion
impl PartialEq for CstExprTypeAssertion
impl StructuralPartialEq for CstExprTypeAssertion
Auto Trait Implementations§
impl Freeze for CstExprTypeAssertion
impl RefUnwindSafe for CstExprTypeAssertion
impl Send for CstExprTypeAssertion
impl Sync for CstExprTypeAssertion
impl Unpin for CstExprTypeAssertion
impl UnsafeUnpin for CstExprTypeAssertion
impl UnwindSafe for CstExprTypeAssertion
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