pub struct Resize { /* private fields */ }Expand description
Resize operator. Reusable across submissions.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Resize
impl !Sync for Resize
impl Freeze for Resize
impl RefUnwindSafe for Resize
impl Unpin for Resize
impl UnsafeUnpin for Resize
impl UnwindSafe for Resize
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