pub struct TrustView {
pub bundle: VerifiedAttesterBundle,
pub registry: AttesterRegistry,
pub source: TrustSource,
pub warnings: Vec<String>,
}Fields§
§bundle: VerifiedAttesterBundle§registry: AttesterRegistry§source: TrustSource§warnings: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TrustView
impl RefUnwindSafe for TrustView
impl Send for TrustView
impl Sync for TrustView
impl Unpin for TrustView
impl UnwindSafe for TrustView
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