pub struct ScalarCandidate<S> { /* private fields */ }Implementations§
Source§impl<S> ScalarCandidate<S>
impl<S> ScalarCandidate<S>
pub fn new(reason: &'static str, edits: Vec<ScalarEdit<S>>) -> Self
pub fn with_construction_slot_key(self, key: usize) -> Self
pub fn with_construction_entity_order_key(self, key: i64) -> Self
pub fn with_construction_value_order_key(self, key: i64) -> Self
Trait Implementations§
Source§impl<S> Clone for ScalarCandidate<S>
impl<S> Clone for ScalarCandidate<S>
Source§impl<S: Debug> Debug for ScalarCandidate<S>
impl<S: Debug> Debug for ScalarCandidate<S>
Source§impl<S> Hash for ScalarCandidate<S>
impl<S> Hash for ScalarCandidate<S>
Source§impl<S> PartialEq for ScalarCandidate<S>
impl<S> PartialEq for ScalarCandidate<S>
impl<S> Eq for ScalarCandidate<S>
Auto Trait Implementations§
impl<S> Freeze for ScalarCandidate<S>
impl<S> RefUnwindSafe for ScalarCandidate<S>
impl<S> Send for ScalarCandidate<S>
impl<S> Sync for ScalarCandidate<S>
impl<S> Unpin for ScalarCandidate<S>
impl<S> UnsafeUnpin for ScalarCandidate<S>
impl<S> UnwindSafe for ScalarCandidate<S>
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more