pub struct BigIntMarker { /* private fields */ }
Expand description
Marker for bigint types
Trait Implementations§
impl TypeMarker for BigIntMarker
Auto Trait Implementations§
impl Freeze for BigIntMarker
impl RefUnwindSafe for BigIntMarker
impl Send for BigIntMarker
impl Sync for BigIntMarker
impl Unpin for BigIntMarker
impl UnwindSafe for BigIntMarker
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