pub struct GhVarState {
pub raw_name: Option<String>,
pub backing_var: String,
pub is_secret: bool,
pub is_object: bool,
}
Fields§
§raw_name: Option<String>
§backing_var: String
§is_secret: bool
§is_object: bool
Trait Implementations§
Source§impl Clone for GhVarState
impl Clone for GhVarState
Source§fn clone(&self) -> GhVarState
fn clone(&self) -> GhVarState
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for GhVarState
impl RefUnwindSafe for GhVarState
impl Send for GhVarState
impl Sync for GhVarState
impl Unpin for GhVarState
impl UnwindSafe for GhVarState
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