pub struct DotKeyView {
pub dot: DotHandle,
pub key: KeyHandle,
}Fields§
§dot: DotHandle§key: KeyHandleTrait Implementations§
Source§impl Clone for DotKeyView
impl Clone for DotKeyView
Source§fn clone(&self) -> DotKeyView
fn clone(&self) -> DotKeyView
Returns a duplicate of the value. Read more
1.0.0 · 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 DotKeyView
impl Debug for DotKeyView
Source§impl PartialEq for DotKeyView
impl PartialEq for DotKeyView
impl Copy for DotKeyView
impl Eq for DotKeyView
impl StructuralPartialEq for DotKeyView
Auto Trait Implementations§
impl Freeze for DotKeyView
impl RefUnwindSafe for DotKeyView
impl Send for DotKeyView
impl Sync for DotKeyView
impl Unpin for DotKeyView
impl UnwindSafe for DotKeyView
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