pub struct ActiveProjectInConsole {
pub project_id: Option<String>,
}Expand description
ActiveProjectInConsole : The Active Project ID
Fields§
§project_id: Option<String>The Active Project ID format: uuid
Implementations§
source§impl ActiveProjectInConsole
impl ActiveProjectInConsole
sourcepub fn new() -> ActiveProjectInConsole
pub fn new() -> ActiveProjectInConsole
The Active Project ID
Trait Implementations§
source§impl Clone for ActiveProjectInConsole
impl Clone for ActiveProjectInConsole
source§fn clone(&self) -> ActiveProjectInConsole
fn clone(&self) -> ActiveProjectInConsole
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 moresource§impl Debug for ActiveProjectInConsole
impl Debug for ActiveProjectInConsole
source§impl Default for ActiveProjectInConsole
impl Default for ActiveProjectInConsole
source§impl<'de> Deserialize<'de> for ActiveProjectInConsole
impl<'de> Deserialize<'de> for ActiveProjectInConsole
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<ActiveProjectInConsole> for ActiveProjectInConsole
impl PartialEq<ActiveProjectInConsole> for ActiveProjectInConsole
source§fn eq(&self, other: &ActiveProjectInConsole) -> bool
fn eq(&self, other: &ActiveProjectInConsole) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ActiveProjectInConsole
impl Serialize for ActiveProjectInConsole
impl StructuralPartialEq for ActiveProjectInConsole
Auto Trait Implementations§
impl RefUnwindSafe for ActiveProjectInConsole
impl Send for ActiveProjectInConsole
impl Sync for ActiveProjectInConsole
impl Unpin for ActiveProjectInConsole
impl UnwindSafe for ActiveProjectInConsole
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