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