pub struct CstTypeInstantiation {
pub left_arrow_1: Position,
pub left_arrow_2: Position,
pub comma_positions: Vec<Position>,
pub right_arrow_1: Position,
pub right_arrow_2: Position,
}Fields§
§left_arrow_1: Position§left_arrow_2: Position§comma_positions: Vec<Position>§right_arrow_1: Position§right_arrow_2: PositionTrait Implementations§
Source§impl Clone for CstTypeInstantiation
impl Clone for CstTypeInstantiation
Source§fn clone(&self) -> CstTypeInstantiation
fn clone(&self) -> CstTypeInstantiation
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 CstTypeInstantiation
impl Debug for CstTypeInstantiation
Source§impl Default for CstTypeInstantiation
impl Default for CstTypeInstantiation
Source§impl PartialEq for CstTypeInstantiation
impl PartialEq for CstTypeInstantiation
impl StructuralPartialEq for CstTypeInstantiation
Auto Trait Implementations§
impl Freeze for CstTypeInstantiation
impl RefUnwindSafe for CstTypeInstantiation
impl Send for CstTypeInstantiation
impl Sync for CstTypeInstantiation
impl Unpin for CstTypeInstantiation
impl UnsafeUnpin for CstTypeInstantiation
impl UnwindSafe for CstTypeInstantiation
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