pub struct PadV2 { /* private fields */ }
Expand description
Builder for the PadV2
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PadV2
impl RefUnwindSafe for PadV2
impl Send for PadV2
impl Sync for PadV2
impl Unpin for PadV2
impl UnwindSafe for PadV2
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