pub enum MethodResolutionOrder {
Dfs,
C3,
}Expand description
Method-resolution order for inherited method lookup.
Variants§
Trait Implementations§
Source§impl Clone for MethodResolutionOrder
impl Clone for MethodResolutionOrder
Source§fn clone(&self) -> MethodResolutionOrder
fn clone(&self) -> MethodResolutionOrder
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 MethodResolutionOrder
impl Debug for MethodResolutionOrder
Source§impl Default for MethodResolutionOrder
impl Default for MethodResolutionOrder
Source§fn default() -> MethodResolutionOrder
fn default() -> MethodResolutionOrder
Returns the “default value” for a type. Read more
Source§impl PartialEq for MethodResolutionOrder
impl PartialEq for MethodResolutionOrder
impl Copy for MethodResolutionOrder
impl Eq for MethodResolutionOrder
impl StructuralPartialEq for MethodResolutionOrder
Auto Trait Implementations§
impl Freeze for MethodResolutionOrder
impl RefUnwindSafe for MethodResolutionOrder
impl Send for MethodResolutionOrder
impl Sync for MethodResolutionOrder
impl Unpin for MethodResolutionOrder
impl UnsafeUnpin for MethodResolutionOrder
impl UnwindSafe for MethodResolutionOrder
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