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