pub struct DynTrait<'a> {
pub path: Rc<Path<'a>>,
pub dyn_trait_assoc_bindings: Vec<DynTraitAssocBinding<'a>>,
}Fields§
§path: Rc<Path<'a>>§dyn_trait_assoc_bindings: Vec<DynTraitAssocBinding<'a>>Trait Implementations§
Source§impl<'a> Ord for DynTrait<'a>
impl<'a> Ord for DynTrait<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for DynTrait<'a>
impl<'a> PartialOrd for DynTrait<'a>
impl<'a> Eq for DynTrait<'a>
impl<'a> StructuralPartialEq for DynTrait<'a>
Auto Trait Implementations§
impl<'a> Freeze for DynTrait<'a>
impl<'a> RefUnwindSafe for DynTrait<'a>
impl<'a> !Send for DynTrait<'a>
impl<'a> !Sync for DynTrait<'a>
impl<'a> Unpin for DynTrait<'a>
impl<'a> UnwindSafe for DynTrait<'a>
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