pub struct FederationRuntimeRemoteFact {
pub call: FederationRuntimeCall,
pub remote: Option<String>,
}Expand description
One remote that a Module Federation runtime call names.
remote is the remote alias when the argument is a static literal, and
None when the call receives a value that static analysis cannot read.
Fields§
§call: FederationRuntimeCallThe runtime function the call names.
remote: Option<String>The remote alias the call names, or None for a non-literal argument.
Trait Implementations§
Source§impl Clone for FederationRuntimeRemoteFact
impl Clone for FederationRuntimeRemoteFact
Source§impl Debug for FederationRuntimeRemoteFact
impl Debug for FederationRuntimeRemoteFact
impl<'__de> Decode<'__de> for FederationRuntimeRemoteFactwhere
'__de:,
impl Encode for FederationRuntimeRemoteFact
impl Eq for FederationRuntimeRemoteFact
impl StructuralPartialEq for FederationRuntimeRemoteFact
Auto Trait Implementations§
impl Freeze for FederationRuntimeRemoteFact
impl RefUnwindSafe for FederationRuntimeRemoteFact
impl Send for FederationRuntimeRemoteFact
impl Sync for FederationRuntimeRemoteFact
impl Unpin for FederationRuntimeRemoteFact
impl UnsafeUnpin for FederationRuntimeRemoteFact
impl UnwindSafe for FederationRuntimeRemoteFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DecodeOwned for Twhere
T: for<'de> Decode<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.