Struct gio::GioInfallibleResult
source · pub struct GioInfallibleResult<T> { /* private fields */ }
Implementations§
source§impl<T> GioInfallibleResult<T>
impl<T> GioInfallibleResult<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for GioInfallibleResult<T>
impl<T> Send for GioInfallibleResult<T>where T: Send,
impl<T> Sync for GioInfallibleResult<T>where T: Send,
impl<T> Unpin for GioInfallibleResult<T>
impl<T> !UnwindSafe for GioInfallibleResult<T>
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