pub struct DotView {
pub dot: Dot,
}Fields§
§dot: DotTrait Implementations§
impl Copy for DotView
impl Eq for DotView
impl StructuralPartialEq for DotView
Auto Trait Implementations§
impl Freeze for DotView
impl RefUnwindSafe for DotView
impl Send for DotView
impl Sync for DotView
impl Unpin for DotView
impl UnwindSafe for DotView
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