pub enum FnCtxt {
Free,
Foreign,
Assoc(AssocCtxt),
}
Variants
Free
Foreign
Assoc(AssocCtxt)
Trait Implementations
impl Copy for FnCtxt
impl StructuralPartialEq for FnCtxt
Auto Trait Implementations
impl RefUnwindSafe for FnCtxt
impl Send for FnCtxt
impl Sync for FnCtxt
impl Unpin for FnCtxt
impl UnwindSafe for FnCtxt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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:
Free
: 0 bytesForeign
: 0 bytesAssoc
: 1 byte