pub struct NotifySettlement;Expand description
Marker type for the NotifySettlement action.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifySettlement
impl RefUnwindSafe for NotifySettlement
impl Send for NotifySettlement
impl Sync for NotifySettlement
impl Unpin for NotifySettlement
impl UnsafeUnpin for NotifySettlement
impl UnwindSafe for NotifySettlement
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