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