Files
mercator_service/nom/lib/std/convert/sidebar-items.js

1 line
889 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
initSidebarItems({"enum":[["Infallible","The error type for errors that can never happen."]],"fn":[["identity","The identity function."]],"trait":[["AsMut","Used to do a cheap mutable-to-mutable reference conversion."],["AsRef","Used to do a cheap reference-to-reference conversion."],["FloatToInt","Supporting trait for inherent methods of `f32` and `f64` such as `round_unchecked_to`. Typically doesnt need to be used directly."],["From","Used to do value-to-value conversions while consuming the input value. It is the reciprocal of [`Into`]."],["Into","A value-to-value conversion that consumes the input value. The opposite of [`From`]."],["TryFrom","Simple and safe type conversions that may fail in a controlled way under some circumstances. It is the reciprocal of [`TryInto`]."],["TryInto","An attempted conversion that consumes `self`, which may or may not be expensive."]]});