pub struct UpdateTeamEndpointsRequest {
pub endpoint_ids: Vec<String>,
}Expand description
Parameters for update_team_endpoints.
Fields§
§endpoint_ids: Vec<String>Endpoint ids to associate with the team; pass an empty array to remove all.
Trait Implementations§
Source§impl Clone for UpdateTeamEndpointsRequest
impl Clone for UpdateTeamEndpointsRequest
Source§fn clone(&self) -> UpdateTeamEndpointsRequest
fn clone(&self) -> UpdateTeamEndpointsRequest
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 Debug for UpdateTeamEndpointsRequest
impl Debug for UpdateTeamEndpointsRequest
Source§impl Default for UpdateTeamEndpointsRequest
impl Default for UpdateTeamEndpointsRequest
Source§fn default() -> UpdateTeamEndpointsRequest
fn default() -> UpdateTeamEndpointsRequest
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateTeamEndpointsRequest
impl RefUnwindSafe for UpdateTeamEndpointsRequest
impl Send for UpdateTeamEndpointsRequest
impl Sync for UpdateTeamEndpointsRequest
impl Unpin for UpdateTeamEndpointsRequest
impl UnsafeUnpin for UpdateTeamEndpointsRequest
impl UnwindSafe for UpdateTeamEndpointsRequest
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