Struct show_notes::e018::NoImplsAtAll
source · pub struct NoImplsAtAll {
_contents: [u8; 8],
}
Expand description
A struct for showing that you cannot use Borrow
, AsRef
Fields§
§_contents: [u8; 8]
Implementations§
source§impl NoImplsAtAll
impl NoImplsAtAll
pub fn new(contents: &[u8; 8]) -> NoImplsAtAll
Auto Trait Implementations§
impl Freeze for NoImplsAtAll
impl RefUnwindSafe for NoImplsAtAll
impl Send for NoImplsAtAll
impl Sync for NoImplsAtAll
impl Unpin for NoImplsAtAll
impl UnwindSafe for NoImplsAtAll
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