pub struct LinearPaired2u64(/* private fields */);Auto Trait Implementations§
impl Freeze for LinearPaired2u64
impl RefUnwindSafe for LinearPaired2u64
impl Send for LinearPaired2u64
impl Sync for LinearPaired2u64
impl Unpin for LinearPaired2u64
impl UnsafeUnpin for LinearPaired2u64
impl UnwindSafe for LinearPaired2u64
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