pub struct ActiveOption {
pub element: GlobalElementId,
pub node: NodeId,
}Fields§
§element: GlobalElementId§node: NodeIdTrait Implementations§
Source§impl Clone for ActiveOption
impl Clone for ActiveOption
Source§fn clone(&self) -> ActiveOption
fn clone(&self) -> ActiveOption
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 ActiveOption
impl Debug for ActiveOption
Source§impl PartialEq for ActiveOption
impl PartialEq for ActiveOption
impl Copy for ActiveOption
impl Eq for ActiveOption
impl StructuralPartialEq for ActiveOption
Auto Trait Implementations§
impl Freeze for ActiveOption
impl RefUnwindSafe for ActiveOption
impl Send for ActiveOption
impl Sync for ActiveOption
impl Unpin for ActiveOption
impl UnsafeUnpin for ActiveOption
impl UnwindSafe for ActiveOption
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