pub enum IndexMode {
Both,
CurrentOnly,
}Available on crate feature
core only.Expand description
Whether the indexed signature carries both current and prior-next indices.
Variants§
Both
Index appears in both current signing and prior-next key lists.
CurrentOnly
Index for current signing key list only.
Trait Implementations§
impl Copy for IndexMode
impl Eq for IndexMode
impl StructuralPartialEq for IndexMode
Auto Trait Implementations§
impl Freeze for IndexMode
impl RefUnwindSafe for IndexMode
impl Send for IndexMode
impl Sync for IndexMode
impl Unpin for IndexMode
impl UnsafeUnpin for IndexMode
impl UnwindSafe for IndexMode
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