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