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