pub struct GPollableInputStream { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GPollableInputStream
impl !Sync for GPollableInputStream
impl !Unpin for GPollableInputStream
impl Freeze for GPollableInputStream
impl RefUnwindSafe for GPollableInputStream
impl UnsafeUnpin for GPollableInputStream
impl UnwindSafe for GPollableInputStream
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