pub struct ReadPieceAlert(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for ReadPieceAlert
impl RefUnwindSafe for ReadPieceAlert
impl !Send for ReadPieceAlert
impl !Sync for ReadPieceAlert
impl Unpin for ReadPieceAlert
impl UnwindSafe for ReadPieceAlert
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