pub struct _F;
Expand description
This denotes the number 15
Trait Implementations§
impl Copy for _F
impl HexAssertEqual<_F> for _F
Auto Trait Implementations§
impl Freeze for _F
impl RefUnwindSafe for _F
impl Send for _F
impl Sync for _F
impl Unpin for _F
impl UnwindSafe for _F
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