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