pub struct DatastoreActivity {
pub datastore_name: String,
pub name: String,
}Expand description
The 'datastore' activity that specifies where to store the processed data.
Fields§
§datastore_name: StringThe name of the data store where processed messages are stored.
name: StringThe name of the 'datastore' activity.
Trait Implementations§
Source§impl Clone for DatastoreActivity
impl Clone for DatastoreActivity
Source§fn clone(&self) -> DatastoreActivity
fn clone(&self) -> DatastoreActivity
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 DatastoreActivity
impl Debug for DatastoreActivity
Source§impl Default for DatastoreActivity
impl Default for DatastoreActivity
Source§fn default() -> DatastoreActivity
fn default() -> DatastoreActivity
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatastoreActivity
impl<'de> Deserialize<'de> for DatastoreActivity
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 DatastoreActivity
impl PartialEq for DatastoreActivity
Source§impl Serialize for DatastoreActivity
impl Serialize for DatastoreActivity
impl StructuralPartialEq for DatastoreActivity
Auto Trait Implementations§
impl Freeze for DatastoreActivity
impl RefUnwindSafe for DatastoreActivity
impl Send for DatastoreActivity
impl Sync for DatastoreActivity
impl Unpin for DatastoreActivity
impl UnwindSafe for DatastoreActivity
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