Struct at_commands::builder::Initialized [−][src]
pub struct Initialized<T>(_);
Expand description
Marker struct for initialized builders. The T type is the type the builder will be marked after it has been named.
Auto Trait Implementations
impl<T> Send for Initialized<T> where
T: Send,
T: Send,
impl<T> Sync for Initialized<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Initialized<T> where
T: Unpin,
T: Unpin,