#[repr(transparent)]pub struct AuthorizingIntegrationOwners(pub Vec<AuthorizingIntegrationOwner>);
Tuple Fields§
§0: Vec<AuthorizingIntegrationOwner>
Trait Implementations§
Source§impl Clone for AuthorizingIntegrationOwners
impl Clone for AuthorizingIntegrationOwners
Source§fn clone(&self) -> AuthorizingIntegrationOwners
fn clone(&self) -> AuthorizingIntegrationOwners
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 Debug for AuthorizingIntegrationOwners
impl Debug for AuthorizingIntegrationOwners
Source§impl Default for AuthorizingIntegrationOwners
impl Default for AuthorizingIntegrationOwners
Source§fn default() -> AuthorizingIntegrationOwners
fn default() -> AuthorizingIntegrationOwners
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthorizingIntegrationOwners
impl<'de> Deserialize<'de> for AuthorizingIntegrationOwners
Source§fn deserialize<D: Deserializer<'de>>(
deserializer: D,
) -> StdResult<Self, D::Error>
fn deserialize<D: Deserializer<'de>>( deserializer: D, ) -> StdResult<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AuthorizingIntegrationOwners
impl RefUnwindSafe for AuthorizingIntegrationOwners
impl Send for AuthorizingIntegrationOwners
impl Sync for AuthorizingIntegrationOwners
impl Unpin for AuthorizingIntegrationOwners
impl UnwindSafe for AuthorizingIntegrationOwners
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