pub struct InviteProjects {
pub id: Option<String>,
pub role: Option<String>,
}
Fields§
§id: Option<String>
Project’s public ID
role: Option<String>
Project membership role
Trait Implementations§
Source§impl Debug for InviteProjects
impl Debug for InviteProjects
Source§impl<'de> Deserialize<'de> for InviteProjects
impl<'de> Deserialize<'de> for InviteProjects
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 InviteProjects
impl RefUnwindSafe for InviteProjects
impl Send for InviteProjects
impl Sync for InviteProjects
impl Unpin for InviteProjects
impl UnwindSafe for InviteProjects
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