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