pub struct InviteLinks {
pub workspace_invite_links: Vec<WorkspaceInviteLink>,
pub base_invite_links: Vec<BaseInviteLink>,
}
Fields§
§workspace_invite_links: Vec<WorkspaceInviteLink>
§base_invite_links: Vec<BaseInviteLink>
Trait Implementations§
Source§impl Clone for InviteLinks
impl Clone for InviteLinks
Source§fn clone(&self) -> InviteLinks
fn clone(&self) -> InviteLinks
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 InviteLinks
impl Debug for InviteLinks
Source§impl<'de> Deserialize<'de> for InviteLinks
impl<'de> Deserialize<'de> for InviteLinks
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
Auto Trait Implementations§
impl Freeze for InviteLinks
impl RefUnwindSafe for InviteLinks
impl Send for InviteLinks
impl Sync for InviteLinks
impl Unpin for InviteLinks
impl UnwindSafe for InviteLinks
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