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