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