Enum augdom::MutationRecord [−][src]
pub enum MutationRecord {
Concrete(MutationRecord),
Virtual(Mutation),
}Expand description
Wraps individual mutation records from a given DOM backend.
Variants
Concrete(MutationRecord)A mutation record from the web backend.
Tuple Fields of Concrete
Virtual(Mutation)A mutation record from the virtual backend.
Tuple Fields of Virtual
0: MutationAuto Trait Implementations
impl RefUnwindSafe for MutationRecord
impl !Send for MutationRecord
impl !Sync for MutationRecord
impl Unpin for MutationRecord
impl UnwindSafe for MutationRecord
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more