pub struct DefaultTypeSet;Expand description
Use 64-bit integers and 64-bit floats (default).
Trait Implementations§
Source§impl Clone for DefaultTypeSet
impl Clone for DefaultTypeSet
Source§fn clone(&self) -> DefaultTypeSet
fn clone(&self) -> DefaultTypeSet
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DefaultTypeSet
impl Debug for DefaultTypeSet
Source§impl PartialEq for DefaultTypeSet
impl PartialEq for DefaultTypeSet
impl Copy for DefaultTypeSet
impl StructuralPartialEq for DefaultTypeSet
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