pub(crate) enum TraitBound {
Slf,
Other(Trait),
}Variants§
Trait Implementations§
Source§impl Debug for TraitBound
impl Debug for TraitBound
Source§impl PartialEq for TraitBound
impl PartialEq for TraitBound
impl Eq for TraitBound
impl StructuralPartialEq for TraitBound
Auto Trait Implementations§
impl Freeze for TraitBound
impl RefUnwindSafe for TraitBound
impl Send for TraitBound
impl Sync for TraitBound
impl Unpin for TraitBound
impl UnwindSafe for TraitBound
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