pub struct CaretView {
pub circumflex: Circumflex,
}Fields§
§circumflex: CircumflexTrait Implementations§
impl Copy for CaretView
impl Eq for CaretView
impl StructuralPartialEq for CaretView
Auto Trait Implementations§
impl Freeze for CaretView
impl RefUnwindSafe for CaretView
impl Send for CaretView
impl Sync for CaretView
impl Unpin for CaretView
impl UnsafeUnpin for CaretView
impl UnwindSafe for CaretView
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