Enum c2rust_ast_builder::properties::IsAsync
source · pub enum IsAsync {
Async,
NotAsync,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for IsAsync
impl Send for IsAsync
impl Sync for IsAsync
impl Unpin for IsAsync
impl UnwindSafe for IsAsync
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