pub struct PartDurationHasBeenSet;Expand description
Placeholder struct for PartBuilder indicating that duration has been set.
Trait Implementations§
Source§impl Clone for PartDurationHasBeenSet
impl Clone for PartDurationHasBeenSet
Source§fn clone(&self) -> PartDurationHasBeenSet
fn clone(&self) -> PartDurationHasBeenSet
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 moreSource§impl Debug for PartDurationHasBeenSet
impl Debug for PartDurationHasBeenSet
impl Copy for PartDurationHasBeenSet
Auto Trait Implementations§
impl Freeze for PartDurationHasBeenSet
impl RefUnwindSafe for PartDurationHasBeenSet
impl Send for PartDurationHasBeenSet
impl Sync for PartDurationHasBeenSet
impl Unpin for PartDurationHasBeenSet
impl UnsafeUnpin for PartDurationHasBeenSet
impl UnwindSafe for PartDurationHasBeenSet
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