pub struct Brackets<F, I> { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F, I> Freeze for Brackets<F, I>
impl<F, I> RefUnwindSafe for Brackets<F, I>where
F: RefUnwindSafe,
I: RefUnwindSafe,
impl<F, I> Send for Brackets<F, I>
impl<F, I> Sync for Brackets<F, I>
impl<F, I> Unpin for Brackets<F, I>
impl<F, I> UnsafeUnpin for Brackets<F, I>where
F: UnsafeUnpin,
I: UnsafeUnpin,
impl<F, I> UnwindSafe for Brackets<F, I>where
F: UnwindSafe,
I: UnwindSafe,
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