pub struct LoyaltyProgramBuilder { /* private fields */ }Expand description
Builder para criar programa de fidelidade
Implementations§
Trait Implementations§
Source§impl Default for LoyaltyProgramBuilder
impl Default for LoyaltyProgramBuilder
Source§fn default() -> LoyaltyProgramBuilder
fn default() -> LoyaltyProgramBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoyaltyProgramBuilder
impl RefUnwindSafe for LoyaltyProgramBuilder
impl Send for LoyaltyProgramBuilder
impl Sync for LoyaltyProgramBuilder
impl Unpin for LoyaltyProgramBuilder
impl UnwindSafe for LoyaltyProgramBuilder
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