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 duplicate 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§fn default() -> ActiveProjectInConsole
fn default() -> ActiveProjectInConsole
Returns the “default value” for a type. Read more
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 for ActiveProjectInConsole
impl PartialEq for ActiveProjectInConsole
Source§impl Serialize for ActiveProjectInConsole
impl Serialize for ActiveProjectInConsole
impl StructuralPartialEq for ActiveProjectInConsole
Auto Trait Implementations§
impl Freeze for ActiveProjectInConsole
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