pub struct GetAllAppSecretsVariablesFields;
Implementations§
Source§impl GetAllAppSecretsVariablesFields
impl GetAllAppSecretsVariablesFields
pub fn after() -> VariableDefinition<Self, Option<String>>
pub fn app_id() -> VariableDefinition<Self, Id>
pub fn before() -> VariableDefinition<Self, Option<String>>
pub fn first() -> VariableDefinition<Self, Option<i32>>
pub fn last() -> VariableDefinition<Self, Option<i32>>
pub fn offset() -> VariableDefinition<Self, Option<i32>>
pub fn names() -> VariableDefinition<Self, Option<Vec<String>>>
Trait Implementations§
impl QueryVariablesFields for GetAllAppSecretsVariablesFields
impl VariableMatch<GetAllAppSecretsVariablesFields> for GetAllAppSecretsVariablesFields
Auto Trait Implementations§
impl Freeze for GetAllAppSecretsVariablesFields
impl RefUnwindSafe for GetAllAppSecretsVariablesFields
impl Send for GetAllAppSecretsVariablesFields
impl Sync for GetAllAppSecretsVariablesFields
impl Unpin for GetAllAppSecretsVariablesFields
impl UnwindSafe for GetAllAppSecretsVariablesFields
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