pub struct DockItemId {
pub kind: LiveId,
pub id: LiveId,
}Fields§
§kind: LiveId§id: LiveIdTrait Implementations§
Source§impl Clone for DockItemId
impl Clone for DockItemId
Source§fn clone(&self) -> DockItemId
fn clone(&self) -> DockItemId
Returns a copy 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 Hash for DockItemId
impl Hash for DockItemId
Source§impl PartialEq for DockItemId
impl PartialEq for DockItemId
impl Copy for DockItemId
impl Eq for DockItemId
impl StructuralPartialEq for DockItemId
Auto Trait Implementations§
impl Freeze for DockItemId
impl RefUnwindSafe for DockItemId
impl Send for DockItemId
impl Sync for DockItemId
impl Unpin for DockItemId
impl UnwindSafe for DockItemId
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