pub struct Burst { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Burst
impl RefUnwindSafe for Burst
impl !Send for Burst
impl !Sync for Burst
impl Unpin for Burst
impl UnwindSafe for Burst
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