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