pub struct ChainLinkNote { /* private fields */ }
Auto Trait Implementations§
impl Freeze for ChainLinkNote
impl RefUnwindSafe for ChainLinkNote
impl !Send for ChainLinkNote
impl !Sync for ChainLinkNote
impl Unpin for ChainLinkNote
impl UnwindSafe for ChainLinkNote
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