pub struct CreditUpdate {
pub credit: u32,
}Expand description
Give Credits for credit-based flow-control
Fields§
§credit: u32How many credits are given
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CreditUpdate
impl RefUnwindSafe for CreditUpdate
impl Send for CreditUpdate
impl Sync for CreditUpdate
impl Unpin for CreditUpdate
impl UnsafeUnpin for CreditUpdate
impl UnwindSafe for CreditUpdate
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