pub struct ProxyMeta {
pub id: &'static str,
pub version: u32,
}Expand description
Identity of a built-in proxy. Each proxy module owns its own ProxyMeta
so the proxy crate is the authority for the id/version recorded in
BuiltinProxy evidence.
Fields§
§id: &'static str§version: u32Trait Implementations§
impl Copy for ProxyMeta
impl Eq for ProxyMeta
impl StructuralPartialEq for ProxyMeta
Auto Trait Implementations§
impl Freeze for ProxyMeta
impl RefUnwindSafe for ProxyMeta
impl Send for ProxyMeta
impl Sync for ProxyMeta
impl Unpin for ProxyMeta
impl UnsafeUnpin for ProxyMeta
impl UnwindSafe for ProxyMeta
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