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