pub struct UpdateStack<'a> { /* private fields */ }Expand description
Builder for Client::update_stack
Implementations§
Source§impl<'a> UpdateStack<'a>
impl<'a> UpdateStack<'a>
Trait Implementations§
Source§impl<'a> Clone for UpdateStack<'a>
impl<'a> Clone for UpdateStack<'a>
Source§fn clone(&self) -> UpdateStack<'a>
fn clone(&self) -> UpdateStack<'a>
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl<'a> !RefUnwindSafe for UpdateStack<'a>
impl<'a> !UnwindSafe for UpdateStack<'a>
impl<'a> Freeze for UpdateStack<'a>
impl<'a> Send for UpdateStack<'a>
impl<'a> Sync for UpdateStack<'a>
impl<'a> Unpin for UpdateStack<'a>
impl<'a> UnsafeUnpin for UpdateStack<'a>
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