pub struct PublishDeployAppVars {
pub config: String,
pub name: Id,
pub owner: Option<Id>,
pub make_default: Option<bool>,
}
Fields§
§config: String
§name: Id
§owner: Option<Id>
§make_default: Option<bool>
Trait Implementations§
Source§impl Debug for PublishDeployAppVars
impl Debug for PublishDeployAppVars
Source§impl QueryVariables for PublishDeployAppVars
impl QueryVariables for PublishDeployAppVars
Source§const VARIABLES: &'static [(&'static str, VariableType)] = _
const VARIABLES: &'static [(&'static str, VariableType)] = _
An associated constant that contains the variable names & their types. Read more
Source§type Fields = PublishDeployAppVarsFields
type Fields = PublishDeployAppVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for PublishDeployAppVars
impl RefUnwindSafe for PublishDeployAppVars
impl Send for PublishDeployAppVars
impl Sync for PublishDeployAppVars
impl Unpin for PublishDeployAppVars
impl UnwindSafe for PublishDeployAppVars
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