Struct hop_cli::state::StateOptions
source · [−]pub struct StateOptions {
pub override_project: Option<String>,
pub override_token: Option<String>,
}Fields
override_project: Option<String>override_token: Option<String>Auto Trait Implementations
impl RefUnwindSafe for StateOptions
impl Send for StateOptions
impl Sync for StateOptions
impl Unpin for StateOptions
impl UnwindSafe for StateOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more