pub struct SelectedOverload {
pub overload: Option<TypeId>,
pub assumed_constraints: Vec<ConstraintV>,
pub should_retry: bool,
}Fields§
§overload: Option<TypeId>§assumed_constraints: Vec<ConstraintV>§should_retry: boolTrait Implementations§
Source§impl Clone for SelectedOverload
impl Clone for SelectedOverload
Source§fn clone(&self) -> SelectedOverload
fn clone(&self) -> SelectedOverload
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !Send for SelectedOverload
impl !Sync for SelectedOverload
impl Freeze for SelectedOverload
impl RefUnwindSafe for SelectedOverload
impl Unpin for SelectedOverload
impl UnsafeUnpin for SelectedOverload
impl UnwindSafe for SelectedOverload
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