pub struct PaginatedLifecycleRuleList {
pub pagination: Pagination,
pub results: Vec<LifecycleRule>,
pub autocomplete: HashMap<String, Value>,
}Fields§
§pagination: Pagination§results: Vec<LifecycleRule>§autocomplete: HashMap<String, Value>Implementations§
Source§impl PaginatedLifecycleRuleList
impl PaginatedLifecycleRuleList
pub fn new( pagination: Pagination, results: Vec<LifecycleRule>, autocomplete: HashMap<String, Value>, ) -> PaginatedLifecycleRuleList
Trait Implementations§
Source§impl Clone for PaginatedLifecycleRuleList
impl Clone for PaginatedLifecycleRuleList
Source§fn clone(&self) -> PaginatedLifecycleRuleList
fn clone(&self) -> PaginatedLifecycleRuleList
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 Debug for PaginatedLifecycleRuleList
impl Debug for PaginatedLifecycleRuleList
Source§impl Default for PaginatedLifecycleRuleList
impl Default for PaginatedLifecycleRuleList
Source§fn default() -> PaginatedLifecycleRuleList
fn default() -> PaginatedLifecycleRuleList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PaginatedLifecycleRuleList
impl<'de> Deserialize<'de> for PaginatedLifecycleRuleList
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 PaginatedLifecycleRuleList
Auto Trait Implementations§
impl Freeze for PaginatedLifecycleRuleList
impl RefUnwindSafe for PaginatedLifecycleRuleList
impl Send for PaginatedLifecycleRuleList
impl Sync for PaginatedLifecycleRuleList
impl Unpin for PaginatedLifecycleRuleList
impl UnsafeUnpin for PaginatedLifecycleRuleList
impl UnwindSafe for PaginatedLifecycleRuleList
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