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