Struct feanor_math::ring::RingElementDisplayWrapper
source · pub struct RingElementDisplayWrapper<'a, R: RingStore + ?Sized> { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl<'a, R> Freeze for RingElementDisplayWrapper<'a, R>
impl<'a, R> RefUnwindSafe for RingElementDisplayWrapper<'a, R>
impl<'a, R> Send for RingElementDisplayWrapper<'a, R>
impl<'a, R> Sync for RingElementDisplayWrapper<'a, R>
impl<'a, R> Unpin for RingElementDisplayWrapper<'a, R>
impl<'a, R> UnwindSafe for RingElementDisplayWrapper<'a, R>
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