#[repr(C)]pub enum GTestFileType {
Dist = 0,
Built = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for GTestFileType
impl RefUnwindSafe for GTestFileType
impl Send for GTestFileType
impl Sync for GTestFileType
impl Unpin for GTestFileType
impl UnsafeUnpin for GTestFileType
impl UnwindSafe for GTestFileType
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