pub struct SignalDecl(/* private fields */);Implementations§
Trait Implementations§
Source§impl AstNode for SignalDecl
impl AstNode for SignalDecl
Source§impl Clone for SignalDecl
impl Clone for SignalDecl
Source§fn clone(&self) -> SignalDecl
fn clone(&self) -> SignalDecl
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for SignalDecl
impl !UnwindSafe for SignalDecl
impl Freeze for SignalDecl
impl Send for SignalDecl
impl Sync for SignalDecl
impl Unpin for SignalDecl
impl UnsafeUnpin for SignalDecl
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