pub struct RegisteredUserAdd {
pub name: String,
pub gaid: Option<String>,
pub is_company: bool,
}Fields§
§name: String§gaid: Option<String>§is_company: boolTrait Implementations§
Source§impl Debug for RegisteredUserAdd
impl Debug for RegisteredUserAdd
Auto Trait Implementations§
impl Freeze for RegisteredUserAdd
impl RefUnwindSafe for RegisteredUserAdd
impl Send for RegisteredUserAdd
impl Sync for RegisteredUserAdd
impl Unpin for RegisteredUserAdd
impl UnsafeUnpin for RegisteredUserAdd
impl UnwindSafe for RegisteredUserAdd
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