pub struct AutomationAccountListResult {
pub value: Vec<AutomationAccount>,
pub next_link: Option<String>,
}Expand description
The response model for the list account operation.
Fields§
§value: Vec<AutomationAccount>Gets or sets list of accounts.
next_link: Option<String>Gets or sets the next link.
Implementations§
Trait Implementations§
Source§impl Clone for AutomationAccountListResult
impl Clone for AutomationAccountListResult
Source§fn clone(&self) -> AutomationAccountListResult
fn clone(&self) -> AutomationAccountListResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Continuable for AutomationAccountListResult
impl Continuable for AutomationAccountListResult
type Continuation = String
fn continuation(&self) -> Option<Self::Continuation>
Source§impl Debug for AutomationAccountListResult
impl Debug for AutomationAccountListResult
Source§impl Default for AutomationAccountListResult
impl Default for AutomationAccountListResult
Source§fn default() -> AutomationAccountListResult
fn default() -> AutomationAccountListResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AutomationAccountListResult
impl<'de> Deserialize<'de> for AutomationAccountListResult
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
impl StructuralPartialEq for AutomationAccountListResult
Auto Trait Implementations§
impl Freeze for AutomationAccountListResult
impl RefUnwindSafe for AutomationAccountListResult
impl Send for AutomationAccountListResult
impl Sync for AutomationAccountListResult
impl Unpin for AutomationAccountListResult
impl UnwindSafe for AutomationAccountListResult
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