pub struct BreakLeaseBuilder { /* private fields */ }
Implementations§
Source§impl BreakLeaseBuilder
Setters for the various options for this builder
impl BreakLeaseBuilder
Setters for the various options for this builder
Source§impl BreakLeaseBuilder
impl BreakLeaseBuilder
pub fn into_future(self) -> BreakLease
Trait Implementations§
Source§impl Clone for BreakLeaseBuilder
impl Clone for BreakLeaseBuilder
Source§fn clone(&self) -> BreakLeaseBuilder
fn clone(&self) -> BreakLeaseBuilder
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for BreakLeaseBuilder
impl !RefUnwindSafe for BreakLeaseBuilder
impl Send for BreakLeaseBuilder
impl Sync for BreakLeaseBuilder
impl Unpin for BreakLeaseBuilder
impl !UnwindSafe for BreakLeaseBuilder
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