Enum rustc_resolve::late::RecordPartialRes
source · enum RecordPartialRes {
Yes,
No,
}
Variants§
Trait Implementations§
source§impl Clone for RecordPartialRes
impl Clone for RecordPartialRes
source§fn clone(&self) -> RecordPartialRes
fn clone(&self) -> RecordPartialRes
Returns a copy 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 RecordPartialRes
impl Debug for RecordPartialRes
source§impl PartialEq<RecordPartialRes> for RecordPartialRes
impl PartialEq<RecordPartialRes> for RecordPartialRes
source§fn eq(&self, other: &RecordPartialRes) -> bool
fn eq(&self, other: &RecordPartialRes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RecordPartialRes
impl Eq for RecordPartialRes
impl StructuralEq for RecordPartialRes
impl StructuralPartialEq for RecordPartialRes
Auto Trait Implementations§
impl RefUnwindSafe for RecordPartialRes
impl Send for RecordPartialRes
impl Sync for RecordPartialRes
impl Unpin for RecordPartialRes
impl UnwindSafe for RecordPartialRes
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 1 byte
Size for each variant:
Yes
: 0 bytesNo
: 0 bytes