pub struct UpdatePanCollectionCollection {
pub environments: Option<UpdatePanCollectionCollectionEnvironments>,
pub parent_folder_id: Option<i64>,
pub summary: Option<String>,
}
Fields§
§environments: Option<UpdatePanCollectionCollectionEnvironments>
The collection’s updated environments.
parent_folder_id: Option<i64>
The collection’s new parent folder ID.
summary: Option<String>
The collection’s updated summary.
Trait Implementations§
Source§impl Clone for UpdatePanCollectionCollection
impl Clone for UpdatePanCollectionCollection
Source§fn clone(&self) -> UpdatePanCollectionCollection
fn clone(&self) -> UpdatePanCollectionCollection
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<'de> Deserialize<'de> for UpdatePanCollectionCollection
impl<'de> Deserialize<'de> for UpdatePanCollectionCollection
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 UpdatePanCollectionCollection
impl PartialEq for UpdatePanCollectionCollection
Source§fn eq(&self, other: &UpdatePanCollectionCollection) -> bool
fn eq(&self, other: &UpdatePanCollectionCollection) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdatePanCollectionCollection
Auto Trait Implementations§
impl Freeze for UpdatePanCollectionCollection
impl RefUnwindSafe for UpdatePanCollectionCollection
impl Send for UpdatePanCollectionCollection
impl Sync for UpdatePanCollectionCollection
impl Unpin for UpdatePanCollectionCollection
impl UnwindSafe for UpdatePanCollectionCollection
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