pub struct FunctionDoesNotTakeSelf { /* private fields */ }Implementations§
Source§impl FunctionDoesNotTakeSelf
impl FunctionDoesNotTakeSelf
pub fn operator_eq(&self, _other: &FunctionDoesNotTakeSelf) -> bool
Trait Implementations§
Source§impl Clone for FunctionDoesNotTakeSelf
impl Clone for FunctionDoesNotTakeSelf
Source§fn clone(&self) -> FunctionDoesNotTakeSelf
fn clone(&self) -> FunctionDoesNotTakeSelf
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 moreimpl Copy for FunctionDoesNotTakeSelf
Source§impl CopyError for FunctionDoesNotTakeSelf
impl CopyError for FunctionDoesNotTakeSelf
fn copy_error_impl( &mut self, _dest_arena: &mut TypeArena, _clone_state: &mut CloneState, )
Source§impl Debug for FunctionDoesNotTakeSelf
impl Debug for FunctionDoesNotTakeSelf
Source§impl Default for FunctionDoesNotTakeSelf
impl Default for FunctionDoesNotTakeSelf
Source§fn default() -> FunctionDoesNotTakeSelf
fn default() -> FunctionDoesNotTakeSelf
Returns the “default value” for a type. Read more
impl Eq for FunctionDoesNotTakeSelf
Source§impl ErrorToString for FunctionDoesNotTakeSelf
impl ErrorToString for FunctionDoesNotTakeSelf
fn error_to_string_impl(&self, stream: &mut dyn Write) -> Result
Source§impl From<FunctionDoesNotTakeSelf> for TypeErrorData
impl From<FunctionDoesNotTakeSelf> for TypeErrorData
Source§fn from(value: FunctionDoesNotTakeSelf) -> Self
fn from(value: FunctionDoesNotTakeSelf) -> Self
Converts to this type from the input type.
Source§impl Hash for FunctionDoesNotTakeSelf
impl Hash for FunctionDoesNotTakeSelf
Source§impl PartialEq for FunctionDoesNotTakeSelf
impl PartialEq for FunctionDoesNotTakeSelf
Source§fn eq(&self, other: &FunctionDoesNotTakeSelf) -> bool
fn eq(&self, other: &FunctionDoesNotTakeSelf) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FunctionDoesNotTakeSelf
Source§impl TypeErrorDataMember for FunctionDoesNotTakeSelf
impl TypeErrorDataMember for FunctionDoesNotTakeSelf
fn get_if(v: &TypeErrorData) -> Option<&Self>
fn get_if_mut(v: &mut TypeErrorData) -> Option<&mut Self>
Auto Trait Implementations§
impl Freeze for FunctionDoesNotTakeSelf
impl RefUnwindSafe for FunctionDoesNotTakeSelf
impl Send for FunctionDoesNotTakeSelf
impl Sync for FunctionDoesNotTakeSelf
impl Unpin for FunctionDoesNotTakeSelf
impl UnsafeUnpin for FunctionDoesNotTakeSelf
impl UnwindSafe for FunctionDoesNotTakeSelf
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