pub struct EnableBufferingScope { /* private fields */ }Implementations§
Source§impl EnableBufferingScope
impl EnableBufferingScope
pub fn init() -> EnableBufferingScope
Trait Implementations§
Source§impl Drop for EnableBufferingScope
impl Drop for EnableBufferingScope
Auto Trait Implementations§
impl Freeze for EnableBufferingScope
impl RefUnwindSafe for EnableBufferingScope
impl Send for EnableBufferingScope
impl Sync for EnableBufferingScope
impl Unpin for EnableBufferingScope
impl UnsafeUnpin for EnableBufferingScope
impl UnwindSafe for EnableBufferingScope
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