pub struct Dtoa;Expand description
The David M. Gay dtoa License.
Trait Implementations§
Source§impl License for Dtoa
impl License for Dtoa
Source§fn is_osi_approved(&self) -> bool
fn is_osi_approved(&self) -> bool
Says if the license is OSI approved. Read more
Source§fn is_fsf_libre(&self) -> bool
fn is_fsf_libre(&self) -> bool
Says if the license is FSF Libre. Read more
Source§fn is_deprecated(&self) -> bool
fn is_deprecated(&self) -> bool
Says if the license is deprecated.
Source§impl Ord for Dtoa
impl Ord for Dtoa
Source§impl PartialOrd for Dtoa
impl PartialOrd for Dtoa
impl Copy for Dtoa
impl Eq for Dtoa
impl StructuralPartialEq for Dtoa
Auto Trait Implementations§
impl Freeze for Dtoa
impl RefUnwindSafe for Dtoa
impl Send for Dtoa
impl Sync for Dtoa
impl Unpin for Dtoa
impl UnwindSafe for Dtoa
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