pub enum BurstController {}Expand description
Burst Controller marker type.
Auto Trait Implementations§
impl Freeze for BurstController
impl RefUnwindSafe for BurstController
impl Send for BurstController
impl Sync for BurstController
impl Unpin for BurstController
impl UnwindSafe for BurstController
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