pub struct OrganizationCollectionManagementUpdateRequestModel {
pub limit_collection_creation: Option<bool>,
pub limit_collection_deletion: Option<bool>,
pub allow_admin_access_to_all_collection_items: Option<bool>,
}
Fields§
§limit_collection_creation: Option<bool>
§limit_collection_deletion: Option<bool>
§allow_admin_access_to_all_collection_items: Option<bool>
Implementations§
Trait Implementations§
Source§impl Clone for OrganizationCollectionManagementUpdateRequestModel
impl Clone for OrganizationCollectionManagementUpdateRequestModel
Source§fn clone(&self) -> OrganizationCollectionManagementUpdateRequestModel
fn clone(&self) -> OrganizationCollectionManagementUpdateRequestModel
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 Default for OrganizationCollectionManagementUpdateRequestModel
impl Default for OrganizationCollectionManagementUpdateRequestModel
Source§fn default() -> OrganizationCollectionManagementUpdateRequestModel
fn default() -> OrganizationCollectionManagementUpdateRequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OrganizationCollectionManagementUpdateRequestModel
impl<'de> Deserialize<'de> for OrganizationCollectionManagementUpdateRequestModel
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 OrganizationCollectionManagementUpdateRequestModel
impl PartialEq for OrganizationCollectionManagementUpdateRequestModel
Source§fn eq(&self, other: &OrganizationCollectionManagementUpdateRequestModel) -> bool
fn eq(&self, other: &OrganizationCollectionManagementUpdateRequestModel) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for OrganizationCollectionManagementUpdateRequestModel
Auto Trait Implementations§
impl Freeze for OrganizationCollectionManagementUpdateRequestModel
impl RefUnwindSafe for OrganizationCollectionManagementUpdateRequestModel
impl Send for OrganizationCollectionManagementUpdateRequestModel
impl Sync for OrganizationCollectionManagementUpdateRequestModel
impl Unpin for OrganizationCollectionManagementUpdateRequestModel
impl UnwindSafe for OrganizationCollectionManagementUpdateRequestModel
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