pub struct UpdateDefaultProjectClassificationBean {
pub id: String,
}
Expand description
UpdateDefaultProjectClassificationBean : The request for updating the default project classification level.
Fields§
§id: String
The ID of the project classification.
Implementations§
Source§impl UpdateDefaultProjectClassificationBean
impl UpdateDefaultProjectClassificationBean
Sourcepub fn new(id: String) -> UpdateDefaultProjectClassificationBean
pub fn new(id: String) -> UpdateDefaultProjectClassificationBean
The request for updating the default project classification level.
Trait Implementations§
Source§impl Clone for UpdateDefaultProjectClassificationBean
impl Clone for UpdateDefaultProjectClassificationBean
Source§fn clone(&self) -> UpdateDefaultProjectClassificationBean
fn clone(&self) -> UpdateDefaultProjectClassificationBean
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 Default for UpdateDefaultProjectClassificationBean
impl Default for UpdateDefaultProjectClassificationBean
Source§fn default() -> UpdateDefaultProjectClassificationBean
fn default() -> UpdateDefaultProjectClassificationBean
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateDefaultProjectClassificationBean
impl<'de> Deserialize<'de> for UpdateDefaultProjectClassificationBean
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 UpdateDefaultProjectClassificationBean
impl PartialEq for UpdateDefaultProjectClassificationBean
Source§fn eq(&self, other: &UpdateDefaultProjectClassificationBean) -> bool
fn eq(&self, other: &UpdateDefaultProjectClassificationBean) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdateDefaultProjectClassificationBean
Auto Trait Implementations§
impl Freeze for UpdateDefaultProjectClassificationBean
impl RefUnwindSafe for UpdateDefaultProjectClassificationBean
impl Send for UpdateDefaultProjectClassificationBean
impl Sync for UpdateDefaultProjectClassificationBean
impl Unpin for UpdateDefaultProjectClassificationBean
impl UnwindSafe for UpdateDefaultProjectClassificationBean
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