pub struct ComponentInterfaceResult { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ComponentInterfaceResult
impl Clone for ComponentInterfaceResult
Source§fn clone(&self) -> ComponentInterfaceResult
fn clone(&self) -> ComponentInterfaceResult
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 ComponentInterfaceResult
impl Debug for ComponentInterfaceResult
Source§impl From<Result<Vec<OutboundComponentMsg>, ComponentError>> for ComponentInterfaceResult
impl From<Result<Vec<OutboundComponentMsg>, ComponentError>> for ComponentInterfaceResult
Source§fn from(value: Result<Vec<OutboundComponentMsg>, ComponentError>) -> Self
fn from(value: Result<Vec<OutboundComponentMsg>, ComponentError>) -> Self
Converts to this type from the input type.
impl Copy for ComponentInterfaceResult
Auto Trait Implementations§
impl Freeze for ComponentInterfaceResult
impl RefUnwindSafe for ComponentInterfaceResult
impl Send for ComponentInterfaceResult
impl Sync for ComponentInterfaceResult
impl Unpin for ComponentInterfaceResult
impl UnwindSafe for ComponentInterfaceResult
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