pub struct LabeledPriceBuilder { /* private fields */ }Expand description
Builder for the LabeledPrice structure
Implementations§
Trait Implementations§
Source§impl Builder for LabeledPriceBuilder
impl Builder for LabeledPriceBuilder
Source§type Value = LabeledPrice
type Value = LabeledPrice
Type to be built
Auto Trait Implementations§
impl Freeze for LabeledPriceBuilder
impl RefUnwindSafe for LabeledPriceBuilder
impl Send for LabeledPriceBuilder
impl Sync for LabeledPriceBuilder
impl Unpin for LabeledPriceBuilder
impl UnwindSafe for LabeledPriceBuilder
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