pub struct HasEmptyTraits {}
Trait Implementations§
impl EmptyTrait1 for HasEmptyTraits
impl EmptyTrait2 for HasEmptyTraits
impl EmptyTrait3 for HasEmptyTraits
Available on crate feature
some-feature
only.Auto Trait Implementations§
impl Freeze for HasEmptyTraits
impl RefUnwindSafe for HasEmptyTraits
impl Send for HasEmptyTraits
impl Sync for HasEmptyTraits
impl Unpin for HasEmptyTraits
impl UnwindSafe for HasEmptyTraits
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