pub enum DatasetTarget {
BrokerStateStore,
Mqtt,
Storage,
}
Expand description
Represents the target type for a dataset.
Variants§
BrokerStateStore
Represents a broker state store dataset target.
Mqtt
Represents a MQTT dataset target.
Storage
Represents a storage dataset target.
Trait Implementations§
Source§impl Clone for DatasetTarget
impl Clone for DatasetTarget
Source§fn clone(&self) -> DatasetTarget
fn clone(&self) -> DatasetTarget
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 DatasetTarget
impl Debug for DatasetTarget
Source§impl PartialEq for DatasetTarget
impl PartialEq for DatasetTarget
impl StructuralPartialEq for DatasetTarget
Auto Trait Implementations§
impl Freeze for DatasetTarget
impl RefUnwindSafe for DatasetTarget
impl Send for DatasetTarget
impl Sync for DatasetTarget
impl Unpin for DatasetTarget
impl UnwindSafe for DatasetTarget
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