pub(crate) enum SelfBounds<'a> {
None,
All(&'a [Trait]),
}Variants§
Implementations§
Source§impl<'a> SelfBounds<'a>
impl<'a> SelfBounds<'a>
Trait Implementations§
Source§impl<'a> Debug for SelfBounds<'a>
impl<'a> Debug for SelfBounds<'a>
Source§impl<'a> PartialEq for SelfBounds<'a>
impl<'a> PartialEq for SelfBounds<'a>
impl<'a> Eq for SelfBounds<'a>
impl<'a> StructuralPartialEq for SelfBounds<'a>
Auto Trait Implementations§
impl<'a> Freeze for SelfBounds<'a>
impl<'a> RefUnwindSafe for SelfBounds<'a>
impl<'a> Send for SelfBounds<'a>
impl<'a> Sync for SelfBounds<'a>
impl<'a> Unpin for SelfBounds<'a>
impl<'a> UnwindSafe for SelfBounds<'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