Struct wasmer_api::backend::gql::GetDeployAppLogsVarsFields
source · pub struct GetDeployAppLogsVarsFields;Implementations§
source§impl GetDeployAppLogsVarsFields
impl GetDeployAppLogsVarsFields
pub fn name() -> VariableDefinition<Self, String>
pub fn owner() -> VariableDefinition<Self, String>
pub fn version() -> VariableDefinition<Self, Option<String>>
pub fn starting_from() -> VariableDefinition<Self, f64>
pub fn until() -> VariableDefinition<Self, Option<f64>>
pub fn first() -> VariableDefinition<Self, Option<i32>>
Trait Implementations§
impl QueryVariablesFields for GetDeployAppLogsVarsFields
impl VariableMatch<GetDeployAppLogsVarsFields> for GetDeployAppLogsVarsFields
Auto Trait Implementations§
impl RefUnwindSafe for GetDeployAppLogsVarsFields
impl Send for GetDeployAppLogsVarsFields
impl Sync for GetDeployAppLogsVarsFields
impl Unpin for GetDeployAppLogsVarsFields
impl UnwindSafe for GetDeployAppLogsVarsFields
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