pub struct UpdateOrganizationInviteLinkRequestModel {
pub allowed_domains: Vec<String>,
}Fields§
§allowed_domains: Vec<String>Email domains permitted to accept the invite link (e.g. [\"acme.com\"]).
Implementations§
Source§impl UpdateOrganizationInviteLinkRequestModel
impl UpdateOrganizationInviteLinkRequestModel
pub fn new( allowed_domains: Vec<String>, ) -> UpdateOrganizationInviteLinkRequestModel
Trait Implementations§
Source§impl Clone for UpdateOrganizationInviteLinkRequestModel
impl Clone for UpdateOrganizationInviteLinkRequestModel
Source§fn clone(&self) -> UpdateOrganizationInviteLinkRequestModel
fn clone(&self) -> UpdateOrganizationInviteLinkRequestModel
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 Default for UpdateOrganizationInviteLinkRequestModel
impl Default for UpdateOrganizationInviteLinkRequestModel
Source§fn default() -> UpdateOrganizationInviteLinkRequestModel
fn default() -> UpdateOrganizationInviteLinkRequestModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateOrganizationInviteLinkRequestModel
impl<'de> Deserialize<'de> for UpdateOrganizationInviteLinkRequestModel
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 UpdateOrganizationInviteLinkRequestModel
impl PartialEq for UpdateOrganizationInviteLinkRequestModel
Source§fn eq(&self, other: &UpdateOrganizationInviteLinkRequestModel) -> bool
fn eq(&self, other: &UpdateOrganizationInviteLinkRequestModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateOrganizationInviteLinkRequestModel
Auto Trait Implementations§
impl Freeze for UpdateOrganizationInviteLinkRequestModel
impl RefUnwindSafe for UpdateOrganizationInviteLinkRequestModel
impl Send for UpdateOrganizationInviteLinkRequestModel
impl Sync for UpdateOrganizationInviteLinkRequestModel
impl Unpin for UpdateOrganizationInviteLinkRequestModel
impl UnsafeUnpin for UpdateOrganizationInviteLinkRequestModel
impl UnwindSafe for UpdateOrganizationInviteLinkRequestModel
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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