pub struct ReleaseLease<'a> { /* private fields */ }Expand description
Builder for Client::release_lease
Implementations§
Trait Implementations§
Source§impl<'a> Clone for ReleaseLease<'a>
impl<'a> Clone for ReleaseLease<'a>
Source§fn clone(&self) -> ReleaseLease<'a>
fn clone(&self) -> ReleaseLease<'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 ReleaseLease<'a>
impl<'a> !UnwindSafe for ReleaseLease<'a>
impl<'a> Freeze for ReleaseLease<'a>
impl<'a> Send for ReleaseLease<'a>
impl<'a> Sync for ReleaseLease<'a>
impl<'a> Unpin for ReleaseLease<'a>
impl<'a> UnsafeUnpin for ReleaseLease<'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