Enum assembly_maps::luz::paths::core::PropertyRentalTimeUnit
source · pub enum PropertyRentalTimeUnit {
Forever,
Seconds,
Minutes,
Hours,
Days,
Weeks,
Months,
Years,
}
Expand description
Time units for rental time
Variants§
Implementations§
Trait Implementations§
source§impl Debug for PropertyRentalTimeUnit
impl Debug for PropertyRentalTimeUnit
Auto Trait Implementations§
impl Freeze for PropertyRentalTimeUnit
impl RefUnwindSafe for PropertyRentalTimeUnit
impl Send for PropertyRentalTimeUnit
impl Sync for PropertyRentalTimeUnit
impl Unpin for PropertyRentalTimeUnit
impl UnwindSafe for PropertyRentalTimeUnit
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