pub struct BdatReceiver {
pub is_last: bool,
/* private fields */
}Fields§
§is_last: boolImplementations§
Auto Trait Implementations§
impl Freeze for BdatReceiver
impl RefUnwindSafe for BdatReceiver
impl Send for BdatReceiver
impl Sync for BdatReceiver
impl Unpin for BdatReceiver
impl UnsafeUnpin for BdatReceiver
impl UnwindSafe for BdatReceiver
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