pub struct IntegrationMappingsListSlackOptions {
pub marker: Option<String>,
pub limit: Option<i64>,
pub partner_item_type: Option<IntegrationMappingPartnerItemSlackType>,
pub partner_item_id: Option<String>,
pub box_item_id: Option<String>,
pub box_item_type: Option<FolderType>,
pub is_manually_created: Option<bool>,
}Expand description
Optional parameters for IntegrationMappingsManager::list_slack.
Fields§
§marker: Option<String>§limit: Option<i64>§partner_item_type: Option<IntegrationMappingPartnerItemSlackType>§partner_item_id: Option<String>§box_item_id: Option<String>§box_item_type: Option<FolderType>§is_manually_created: Option<bool>Trait Implementations§
Source§impl Clone for IntegrationMappingsListSlackOptions
impl Clone for IntegrationMappingsListSlackOptions
Source§fn clone(&self) -> IntegrationMappingsListSlackOptions
fn clone(&self) -> IntegrationMappingsListSlackOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 IntegrationMappingsListSlackOptions
impl Default for IntegrationMappingsListSlackOptions
Source§fn default() -> IntegrationMappingsListSlackOptions
fn default() -> IntegrationMappingsListSlackOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntegrationMappingsListSlackOptions
impl RefUnwindSafe for IntegrationMappingsListSlackOptions
impl Send for IntegrationMappingsListSlackOptions
impl Sync for IntegrationMappingsListSlackOptions
impl Unpin for IntegrationMappingsListSlackOptions
impl UnsafeUnpin for IntegrationMappingsListSlackOptions
impl UnwindSafe for IntegrationMappingsListSlackOptions
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