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