struct EntryAllocation<'a> {
entry: &'a TraitNodeEntry,
ranks: i32,
max_ranks: i32,
}Fields§
§entry: &'a TraitNodeEntry§ranks: i32§max_ranks: i32Auto Trait Implementations§
impl<'a> Freeze for EntryAllocation<'a>
impl<'a> RefUnwindSafe for EntryAllocation<'a>
impl<'a> Send for EntryAllocation<'a>
impl<'a> Sync for EntryAllocation<'a>
impl<'a> Unpin for EntryAllocation<'a>
impl<'a> UnsafeUnpin for EntryAllocation<'a>
impl<'a> UnwindSafe for EntryAllocation<'a>
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