pub struct ConsumerActionList {
pub count: Option<i32>,
pub value: Vec<ConsumerAction>,
}Fields§
§count: Option<i32>§value: Vec<ConsumerAction>Implementations§
Trait Implementations§
Source§impl Clone for ConsumerActionList
impl Clone for ConsumerActionList
Source§fn clone(&self) -> ConsumerActionList
fn clone(&self) -> ConsumerActionList
Returns a copy 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 ConsumerActionList
impl Debug for ConsumerActionList
Source§impl Default for ConsumerActionList
impl Default for ConsumerActionList
Source§fn default() -> ConsumerActionList
fn default() -> ConsumerActionList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsumerActionList
impl<'de> Deserialize<'de> for ConsumerActionList
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
Source§impl PartialEq for ConsumerActionList
impl PartialEq for ConsumerActionList
Source§impl Serialize for ConsumerActionList
impl Serialize for ConsumerActionList
impl StructuralPartialEq for ConsumerActionList
Auto Trait Implementations§
impl Freeze for ConsumerActionList
impl RefUnwindSafe for ConsumerActionList
impl Send for ConsumerActionList
impl Sync for ConsumerActionList
impl Unpin for ConsumerActionList
impl UnwindSafe for ConsumerActionList
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