pub enum SpliceEvent {
Moved(u32),
Eof,
Failed(i32),
}Variants§
Trait Implementations§
Source§impl Clone for SpliceEvent
impl Clone for SpliceEvent
Source§fn clone(&self) -> SpliceEvent
fn clone(&self) -> SpliceEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpliceEvent
Auto Trait Implementations§
impl Freeze for SpliceEvent
impl RefUnwindSafe for SpliceEvent
impl Send for SpliceEvent
impl Sync for SpliceEvent
impl Unpin for SpliceEvent
impl UnsafeUnpin for SpliceEvent
impl UnwindSafe for SpliceEvent
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