pub struct RustToGh {
pub raw_name: String,
pub backing_var: String,
pub is_object: bool,
}
Fields§
§raw_name: String
§backing_var: String
§is_object: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RustToGh
impl RefUnwindSafe for RustToGh
impl Send for RustToGh
impl Sync for RustToGh
impl Unpin for RustToGh
impl UnwindSafe for RustToGh
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