pub struct UartDevicePlugin;Trait Implementations§
Source§impl Plugin for UartDevicePlugin
impl Plugin for UartDevicePlugin
fn name(&self) -> &'static str
fn kind(&self) -> PluginKind
fn validate(&self, properties: &Value) -> Result<()>
fn dependencies(&self, properties: &Value) -> Result<Vec<Dependency>>
fn generate(&self, ctx: &GenerationContext<'_>) -> Result<GeneratedCode>
fn required_features(&self) -> Vec<String>
Auto Trait Implementations§
impl Freeze for UartDevicePlugin
impl RefUnwindSafe for UartDevicePlugin
impl Send for UartDevicePlugin
impl Sync for UartDevicePlugin
impl Unpin for UartDevicePlugin
impl UnwindSafe for UartDevicePlugin
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