#[repr(C)]pub struct IsResult {
pub _base: u8,
}Fields§
§_base: u8Trait Implementations§
impl Copy for IsResult
impl StructuralPartialEq for IsResult
Auto Trait Implementations§
impl Freeze for IsResult
impl RefUnwindSafe for IsResult
impl Send for IsResult
impl Sync for IsResult
impl Unpin for IsResult
impl UnsafeUnpin for IsResult
impl UnwindSafe for IsResult
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