pub struct IntegrationMappingsListTeamsOptions {
pub partner_item_type: Option<IntegrationMappingPartnerItemTeamsType>,
pub partner_item_id: Option<String>,
pub box_item_id: Option<String>,
pub box_item_type: Option<FolderType>,
}Expand description
Optional parameters for IntegrationMappingsManager::list_teams.
Fields§
§partner_item_type: Option<IntegrationMappingPartnerItemTeamsType>§partner_item_id: Option<String>§box_item_id: Option<String>§box_item_type: Option<FolderType>Trait Implementations§
Source§impl Clone for IntegrationMappingsListTeamsOptions
impl Clone for IntegrationMappingsListTeamsOptions
Source§fn clone(&self) -> IntegrationMappingsListTeamsOptions
fn clone(&self) -> IntegrationMappingsListTeamsOptions
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 IntegrationMappingsListTeamsOptions
impl Default for IntegrationMappingsListTeamsOptions
Source§fn default() -> IntegrationMappingsListTeamsOptions
fn default() -> IntegrationMappingsListTeamsOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IntegrationMappingsListTeamsOptions
impl RefUnwindSafe for IntegrationMappingsListTeamsOptions
impl Send for IntegrationMappingsListTeamsOptions
impl Sync for IntegrationMappingsListTeamsOptions
impl Unpin for IntegrationMappingsListTeamsOptions
impl UnsafeUnpin for IntegrationMappingsListTeamsOptions
impl UnwindSafe for IntegrationMappingsListTeamsOptions
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