pub struct LabelEntry {
pub element: GlobalElementId,
}Fields§
§element: GlobalElementIdTrait Implementations§
Source§impl Clone for LabelEntry
impl Clone for LabelEntry
Source§fn clone(&self) -> LabelEntry
fn clone(&self) -> LabelEntry
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 moreAuto Trait Implementations§
impl Freeze for LabelEntry
impl RefUnwindSafe for LabelEntry
impl Send for LabelEntry
impl Sync for LabelEntry
impl Unpin for LabelEntry
impl UnsafeUnpin for LabelEntry
impl UnwindSafe for LabelEntry
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