Struct rs_firebase_admin_sdk::auth::UserUpdateBuilder
source · pub struct UserUpdateBuilder { /* private fields */ }Implementations§
source§impl UserUpdateBuilder
impl UserUpdateBuilder
pub fn new(uid: String) -> Self
pub fn display_name(self, value: AttributeOp<String>) -> Self
pub fn photo_url(self, value: AttributeOp<String>) -> Self
pub fn phone_number(self, value: AttributeOp<String>) -> Self
pub fn custom_claims(self, value: Claims) -> Self
pub fn email(self, value: String) -> Self
pub fn password(self, value: String) -> Self
pub fn email_verified(self, value: bool) -> Self
pub fn disabled(self, is_disabled: bool) -> Self
pub fn build(self) -> UserUpdate
Auto Trait Implementations§
impl RefUnwindSafe for UserUpdateBuilder
impl Send for UserUpdateBuilder
impl Sync for UserUpdateBuilder
impl Unpin for UserUpdateBuilder
impl UnwindSafe for UserUpdateBuilder
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