pub enum SpliceTime {
Immediate,
Timed(Option<u64>),
}Variants§
Trait Implementations§
Source§impl Debug for SpliceTime
impl Debug for SpliceTime
Auto Trait Implementations§
impl Freeze for SpliceTime
impl RefUnwindSafe for SpliceTime
impl Send for SpliceTime
impl Sync for SpliceTime
impl Unpin for SpliceTime
impl UnwindSafe for SpliceTime
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