pub struct ConsoleBootstrapWorkspace {
pub organization: String,
pub project: String,
pub environment: String,
pub mode: String,
}Fields§
§organization: String§project: String§environment: String§mode: StringImplementations§
Trait Implementations§
Source§impl Clone for ConsoleBootstrapWorkspace
impl Clone for ConsoleBootstrapWorkspace
Source§fn clone(&self) -> ConsoleBootstrapWorkspace
fn clone(&self) -> ConsoleBootstrapWorkspace
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConsoleBootstrapWorkspace
impl Debug for ConsoleBootstrapWorkspace
Source§impl Default for ConsoleBootstrapWorkspace
impl Default for ConsoleBootstrapWorkspace
Source§fn default() -> ConsoleBootstrapWorkspace
fn default() -> ConsoleBootstrapWorkspace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConsoleBootstrapWorkspace
impl<'de> Deserialize<'de> for ConsoleBootstrapWorkspace
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ConsoleBootstrapWorkspace
impl PartialEq for ConsoleBootstrapWorkspace
Source§fn eq(&self, other: &ConsoleBootstrapWorkspace) -> bool
fn eq(&self, other: &ConsoleBootstrapWorkspace) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConsoleBootstrapWorkspace
Auto Trait Implementations§
impl Freeze for ConsoleBootstrapWorkspace
impl RefUnwindSafe for ConsoleBootstrapWorkspace
impl Send for ConsoleBootstrapWorkspace
impl Sync for ConsoleBootstrapWorkspace
impl Unpin for ConsoleBootstrapWorkspace
impl UnsafeUnpin for ConsoleBootstrapWorkspace
impl UnwindSafe for ConsoleBootstrapWorkspace
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