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>>
pub fn request_id() -> VariableDefinition<Self, Option<String>>
pub fn instance_ids() -> VariableDefinition<Self, Option<Vec<String>>>
pub fn streams() -> VariableDefinition<Self, Option<Vec<LogStream>>>
Trait Implementations§
impl QueryVariablesFields for GetDeployAppLogsVarsFields
impl VariableMatch<GetDeployAppLogsVarsFields> for GetDeployAppLogsVarsFields
Auto Trait Implementations§
impl Freeze for GetDeployAppLogsVarsFields
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