Struct rust_chain::abi::ActionInfo
source · [−]Fields
name: String
info: Type
Auto Trait Implementations
impl RefUnwindSafe for ActionInfo
impl Send for ActionInfo
impl Sync for ActionInfo
impl Unpin for ActionInfo
impl UnwindSafe for ActionInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more