pub struct SelfSignalDeclarationError { /* private fields */ }Expand description
A raw HELLO declaration error that can be reported before serde drops context.
Trait Implementations§
Source§impl Clone for SelfSignalDeclarationError
impl Clone for SelfSignalDeclarationError
Source§fn clone(&self) -> SelfSignalDeclarationError
fn clone(&self) -> SelfSignalDeclarationError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SelfSignalDeclarationError
impl Debug for SelfSignalDeclarationError
Source§impl Display for SelfSignalDeclarationError
impl Display for SelfSignalDeclarationError
impl Eq for SelfSignalDeclarationError
impl StructuralPartialEq for SelfSignalDeclarationError
Auto Trait Implementations§
impl Freeze for SelfSignalDeclarationError
impl RefUnwindSafe for SelfSignalDeclarationError
impl Send for SelfSignalDeclarationError
impl Sync for SelfSignalDeclarationError
impl Unpin for SelfSignalDeclarationError
impl UnsafeUnpin for SelfSignalDeclarationError
impl UnwindSafe for SelfSignalDeclarationError
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