pub enum SignaturesDelta {
Append(SignaturesAppend),
Replace(SignaturesReplace),
}
Variants§
Append(SignaturesAppend)
Vars should append onto underlying template
Replace(SignaturesReplace)
Vars should replace the underlying template
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignaturesDelta
impl RefUnwindSafe for SignaturesDelta
impl Send for SignaturesDelta
impl Sync for SignaturesDelta
impl Unpin for SignaturesDelta
impl UnwindSafe for SignaturesDelta
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