pub struct SignSet {
pub traces: Vec<FeatureSigns>,
}Fields§
§traces: Vec<FeatureSigns>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SignSet
impl RefUnwindSafe for SignSet
impl Send for SignSet
impl Sync for SignSet
impl Unpin for SignSet
impl UnsafeUnpin for SignSet
impl UnwindSafe for SignSet
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