pub struct ProfileCreateRequest {
pub data: ProfileCreateRequestData,
}
Fields§
§data: ProfileCreateRequestData
Trait Implementations§
Source§impl Debug for ProfileCreateRequest
impl Debug for ProfileCreateRequest
Auto Trait Implementations§
impl Freeze for ProfileCreateRequest
impl RefUnwindSafe for ProfileCreateRequest
impl Send for ProfileCreateRequest
impl Sync for ProfileCreateRequest
impl Unpin for ProfileCreateRequest
impl UnwindSafe for ProfileCreateRequest
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