pub struct ChannelGrantCredit {
pub additional: u32,
}Fields§
§additional: u32Number of additional items the sender may send.
Trait Implementations§
Source§impl Debug for ChannelGrantCredit
impl Debug for ChannelGrantCredit
Auto Trait Implementations§
impl Freeze for ChannelGrantCredit
impl RefUnwindSafe for ChannelGrantCredit
impl Send for ChannelGrantCredit
impl Sync for ChannelGrantCredit
impl Unpin for ChannelGrantCredit
impl UnsafeUnpin for ChannelGrantCredit
impl UnwindSafe for ChannelGrantCredit
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