Struct plexo_sdk::members::operations::CreateMemberInput
source · pub struct CreateMemberInput {
pub name: String,
pub email: String,
pub role: MemberRole,
pub github_id: Option<String>,
pub google_id: Option<String>,
pub photo_url: Option<String>,
pub password_hash: Option<String>,
}Fields§
§name: String§email: String§role: MemberRole§github_id: Option<String>§google_id: Option<String>§photo_url: Option<String>§password_hash: Option<String>Auto Trait Implementations§
impl RefUnwindSafe for CreateMemberInput
impl Send for CreateMemberInput
impl Sync for CreateMemberInput
impl Unpin for CreateMemberInput
impl UnwindSafe for CreateMemberInput
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