Struct bounded_collections::ConstI128
source · pub struct ConstI128<const T: i128>;
Expand description
Const getter for a basic type.
Trait Implementations§
Auto Trait Implementations§
impl<const T: i128> RefUnwindSafe for ConstI128<T>
impl<const T: i128> Send for ConstI128<T>
impl<const T: i128> Sync for ConstI128<T>
impl<const T: i128> Unpin for ConstI128<T>
impl<const T: i128> UnwindSafe for ConstI128<T>
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