pub struct RpFile<F>where
F: Flavor + 'static,{
pub comment: Vec<String>,
pub decls: Vec<RpDecl<F>>,
}
Fields§
§comment: Vec<String>
§decls: Vec<RpDecl<F>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for RpFile<F>
impl<F> RefUnwindSafe for RpFile<F>where
<F as Flavor>::Name: RefUnwindSafe,
<F as Flavor>::EnumType: RefUnwindSafe,
<F as Flavor>::Field: RefUnwindSafe,
<F as Flavor>::Endpoint: RefUnwindSafe,
impl<F> Send for RpFile<F>
impl<F> Sync for RpFile<F>
impl<F> Unpin for RpFile<F>
impl<F> UnwindSafe for RpFile<F>where
<F as Flavor>::Name: UnwindSafe,
<F as Flavor>::EnumType: UnwindSafe,
<F as Flavor>::Field: UnwindSafe,
<F as Flavor>::Endpoint: UnwindSafe,
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