pub struct NotifyBrokerOfCredit;Expand description
NotifyBrokerOfCredit (208).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotifyBrokerOfCredit
impl RefUnwindSafe for NotifyBrokerOfCredit
impl Send for NotifyBrokerOfCredit
impl Sync for NotifyBrokerOfCredit
impl Unpin for NotifyBrokerOfCredit
impl UnsafeUnpin for NotifyBrokerOfCredit
impl UnwindSafe for NotifyBrokerOfCredit
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