pub enum ReceiverCoercion {
AutoAddress,
AutoDeref,
}Variants§
Trait Implementations§
Source§impl Clone for ReceiverCoercion
impl Clone for ReceiverCoercion
Source§fn clone(&self) -> ReceiverCoercion
fn clone(&self) -> ReceiverCoercion
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 ReceiverCoercion
impl Debug for ReceiverCoercion
Source§impl PartialEq for ReceiverCoercion
impl PartialEq for ReceiverCoercion
impl Copy for ReceiverCoercion
impl Eq for ReceiverCoercion
impl StructuralPartialEq for ReceiverCoercion
Auto Trait Implementations§
impl Freeze for ReceiverCoercion
impl RefUnwindSafe for ReceiverCoercion
impl Send for ReceiverCoercion
impl Sync for ReceiverCoercion
impl Unpin for ReceiverCoercion
impl UnsafeUnpin for ReceiverCoercion
impl UnwindSafe for ReceiverCoercion
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