pub struct GQLFederationExtension {
pub service_name: String,
pub keys: Vec<String>,
pub externals: Vec<String>,
pub requires: Vec<String>,
pub provides: Vec<String>,
}Fields§
§service_name: String§keys: Vec<String>§externals: Vec<String>§requires: Vec<String>§provides: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for GQLFederationExtension
impl RefUnwindSafe for GQLFederationExtension
impl Send for GQLFederationExtension
impl Sync for GQLFederationExtension
impl Unpin for GQLFederationExtension
impl UnsafeUnpin for GQLFederationExtension
impl UnwindSafe for GQLFederationExtension
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