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