pub struct ApplicationBulkResource {
pub ids: Option<Option<Vec<i32>>>,
pub tags: Option<Option<Vec<i32>>>,
pub apply_tags: Option<ApplyTags>,
pub sync_level: Option<ApplicationSyncLevel>,
}Fields§
§ids: Option<Option<Vec<i32>>>§sync_level: Option<ApplicationSyncLevel>Implementations§
Source§impl ApplicationBulkResource
impl ApplicationBulkResource
pub fn new() -> ApplicationBulkResource
Trait Implementations§
Source§impl Clone for ApplicationBulkResource
impl Clone for ApplicationBulkResource
Source§fn clone(&self) -> ApplicationBulkResource
fn clone(&self) -> ApplicationBulkResource
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 ApplicationBulkResource
impl Debug for ApplicationBulkResource
Source§impl Default for ApplicationBulkResource
impl Default for ApplicationBulkResource
Source§fn default() -> ApplicationBulkResource
fn default() -> ApplicationBulkResource
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ApplicationBulkResource
impl<'de> Deserialize<'de> for ApplicationBulkResource
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 ApplicationBulkResource
impl PartialEq for ApplicationBulkResource
Source§impl Serialize for ApplicationBulkResource
impl Serialize for ApplicationBulkResource
impl StructuralPartialEq for ApplicationBulkResource
Auto Trait Implementations§
impl Freeze for ApplicationBulkResource
impl RefUnwindSafe for ApplicationBulkResource
impl Send for ApplicationBulkResource
impl Sync for ApplicationBulkResource
impl Unpin for ApplicationBulkResource
impl UnwindSafe for ApplicationBulkResource
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