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