pub struct AuraOutput;
Implementations§
Source§impl AuraOutput
impl AuraOutput
pub fn new() -> Self
pub fn post_display_info( this: ObjectRef<Self>, client: &Client, _display_info: &DisplayInfo, ) -> Result<(), Error>
Trait Implementations§
Source§impl RequestReceiver<ZauraOutput> for AuraOutput
impl RequestReceiver<ZauraOutput> for AuraOutput
Auto Trait Implementations§
impl Freeze for AuraOutput
impl RefUnwindSafe for AuraOutput
impl Send for AuraOutput
impl Sync for AuraOutput
impl Unpin for AuraOutput
impl UnwindSafe for AuraOutput
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