Struct fcplug_build::GoProtoCodeConfig
source · pub struct GoProtoCodeConfig {
pub out_dir: String,
pub filename: String,
}Fields§
§out_dir: String§filename: StringAuto Trait Implementations§
impl RefUnwindSafe for GoProtoCodeConfig
impl Send for GoProtoCodeConfig
impl Sync for GoProtoCodeConfig
impl Unpin for GoProtoCodeConfig
impl UnwindSafe for GoProtoCodeConfig
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