pub struct RankedDest {
pub slot: SlotRef,
pub rank: Rank,
}Expand description
Ranked destination for ordered slots.
Fields§
§slot: SlotRefSlot that owns the ranked child.
rank: RankRank to assign to the inserted or moved child.
Trait Implementations§
Source§impl Clone for RankedDest
impl Clone for RankedDest
Source§fn clone(&self) -> RankedDest
fn clone(&self) -> RankedDest
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 RankedDest
impl Debug for RankedDest
Source§impl PartialEq for RankedDest
impl PartialEq for RankedDest
impl Eq for RankedDest
impl StructuralPartialEq for RankedDest
Auto Trait Implementations§
impl Freeze for RankedDest
impl RefUnwindSafe for RankedDest
impl Send for RankedDest
impl Sync for RankedDest
impl Unpin for RankedDest
impl UnsafeUnpin for RankedDest
impl UnwindSafe for RankedDest
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