Struct wasmer_api::backend::gql::NamespaceWithApps
source · pub struct NamespaceWithApps {
pub id: Id,
pub name: String,
pub apps: DeployAppConnection,
}
Fields§
§id: Id
§name: String
§apps: DeployAppConnection
Trait Implementations§
source§impl Debug for NamespaceWithApps
impl Debug for NamespaceWithApps
source§impl<'de> Deserialize<'de> for NamespaceWithApps
impl<'de> Deserialize<'de> for NamespaceWithApps
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'de> QueryFragment<'de> for NamespaceWithApps
impl<'de> QueryFragment<'de> for NamespaceWithApps
§type SchemaType = Namespace
type SchemaType = Namespace
The type in a schema that this
QueryFragment
representssource§fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
fn query(builder: SelectionBuilder<'_, Self::SchemaType, Self::Variables>)
Adds this fragment to the query being built by
builder
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceWithApps
impl Send for NamespaceWithApps
impl Sync for NamespaceWithApps
impl Unpin for NamespaceWithApps
impl UnwindSafe for NamespaceWithApps
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