pub struct Auth {
pub era: i64,
pub uid: ValidatorId,
pub chain: Chain,
}
Expand description
Validated Authentication for the Sentry Application
.
Fields
era: i64
uid: ValidatorId
chain: Chain
The Chain for which this authentication was validated
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Auth
impl Send for Auth
impl Sync for Auth
impl Unpin for Auth
impl UnwindSafe for Auth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more