Enum chalk_parse::ast::InlineBound
source · pub enum InlineBound {
TraitBound(TraitBound),
AliasEqBound(AliasEqBound),
}
Expand description
An inline bound, e.g. : Foo<K>
in impl<K, T: Foo<K>> SomeType<T>
.
Variants§
TraitBound(TraitBound)
AliasEqBound(AliasEqBound)
Trait Implementations§
source§impl Clone for InlineBound
impl Clone for InlineBound
source§fn clone(&self) -> InlineBound
fn clone(&self) -> InlineBound
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 InlineBound
impl Debug for InlineBound
source§impl PartialEq for InlineBound
impl PartialEq for InlineBound
source§fn eq(&self, other: &InlineBound) -> bool
fn eq(&self, other: &InlineBound) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InlineBound
impl StructuralPartialEq for InlineBound
Auto Trait Implementations§
impl Freeze for InlineBound
impl RefUnwindSafe for InlineBound
impl Send for InlineBound
impl Sync for InlineBound
impl Unpin for InlineBound
impl UnwindSafe for InlineBound
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)