pub struct AnyU64;Expand description
Accept any u64.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyU64
impl RefUnwindSafe for AnyU64
impl Send for AnyU64
impl Sync for AnyU64
impl Unpin for AnyU64
impl UnsafeUnpin for AnyU64
impl UnwindSafe for AnyU64
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