Struct rustc_data_structures::obligation_forest::GetObligation [−][src]
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl<'a, O: Clone + 'a> Clone for GetObligation<'a, O>[src]
impl<'a, O: Clone + 'a> Clone for GetObligation<'a, O>fn clone(&self) -> GetObligation<'a, O>[src]
fn clone(&self) -> GetObligation<'a, O>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a, 'b, O> FnOnce<(&'b usize,)> for GetObligation<'a, O>[src]
impl<'a, 'b, O> FnOnce<(&'b usize,)> for GetObligation<'a, O>type Output = &'a O
The returned type after the call operator is used.
ⓘImportant traits for &'a mut Rextern "rust-call" fn call_once(self, args: (&'b usize,)) -> &'a O[src]
ⓘImportant traits for &'a mut R
extern "rust-call" fn call_once(self, args: (&'b usize,)) -> &'a O🔬 This is a nightly-only experimental API. (
fn_traits)Performs the call operation.
impl<'a, 'b, O> FnMut<(&'b usize,)> for GetObligation<'a, O>[src]
impl<'a, 'b, O> FnMut<(&'b usize,)> for GetObligation<'a, O>Auto Trait Implementations
impl<'a, O> !Send for GetObligation<'a, O>
impl<'a, O> !Send for GetObligation<'a, O>impl<'a, O> !Sync for GetObligation<'a, O>
impl<'a, O> !Sync for GetObligation<'a, O>