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