pub struct DefaultTypeSet;Expand description
Use 64-bit integers and 64-bit floats (default).
Trait Implementations§
Source§impl Debug for DefaultTypeSet
impl Debug for DefaultTypeSet
Source§impl Default for DefaultTypeSet
impl Default for DefaultTypeSet
Source§fn default() -> DefaultTypeSet
fn default() -> DefaultTypeSet
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultTypeSet
impl RefUnwindSafe for DefaultTypeSet
impl Send for DefaultTypeSet
impl Sync for DefaultTypeSet
impl Unpin for DefaultTypeSet
impl UnwindSafe for DefaultTypeSet
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