pub struct BalloonBuilder { /* private fields */ }
Expand description
Builder for Balloon
.
Implementations§
Source§impl BalloonBuilder
impl BalloonBuilder
Trait Implementations§
Source§impl Clone for BalloonBuilder
impl Clone for BalloonBuilder
Source§fn clone(&self) -> BalloonBuilder
fn clone(&self) -> BalloonBuilder
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 BalloonBuilder
impl RefUnwindSafe for BalloonBuilder
impl Send for BalloonBuilder
impl Sync for BalloonBuilder
impl Unpin for BalloonBuilder
impl UnwindSafe for BalloonBuilder
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