pub struct CstTypePackParentheses {
pub open: Position,
pub close: Position,
}Fields§
§open: Position§close: PositionTrait Implementations§
Source§impl Clone for CstTypePackParentheses
impl Clone for CstTypePackParentheses
Source§fn clone(&self) -> CstTypePackParentheses
fn clone(&self) -> CstTypePackParentheses
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 moreimpl Copy for CstTypePackParentheses
Source§impl Debug for CstTypePackParentheses
impl Debug for CstTypePackParentheses
impl Eq for CstTypePackParentheses
Source§impl PartialEq for CstTypePackParentheses
impl PartialEq for CstTypePackParentheses
impl StructuralPartialEq for CstTypePackParentheses
Auto Trait Implementations§
impl Freeze for CstTypePackParentheses
impl RefUnwindSafe for CstTypePackParentheses
impl Send for CstTypePackParentheses
impl Sync for CstTypePackParentheses
impl Unpin for CstTypePackParentheses
impl UnsafeUnpin for CstTypePackParentheses
impl UnwindSafe for CstTypePackParentheses
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