pub enum SlotTime {
UserSpecified(Duration),
AutoGenerated(Duration),
}Variants§
Auto Trait Implementations§
impl Freeze for SlotTime
impl RefUnwindSafe for SlotTime
impl Send for SlotTime
impl Sync for SlotTime
impl Unpin for SlotTime
impl UnsafeUnpin for SlotTime
impl UnwindSafe for SlotTime
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