pub struct BraidPool;
Implementations§
Auto Trait Implementations§
impl Freeze for BraidPool
impl RefUnwindSafe for BraidPool
impl Send for BraidPool
impl Sync for BraidPool
impl Unpin for BraidPool
impl UnwindSafe for BraidPool
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