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