pub struct BraidPool;
Implementations§
Trait 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