pub struct ProfileCreateRequestData {
pub attributes: ProfileCreateRequestAttributes,
pub relationships: ProfileCreateRequestRelationships,
pub type: String,
}
Fields§
§attributes: ProfileCreateRequestAttributes
§relationships: ProfileCreateRequestRelationships
§type: String
Trait Implementations§
Source§impl Debug for ProfileCreateRequestData
impl Debug for ProfileCreateRequestData
Auto Trait Implementations§
impl Freeze for ProfileCreateRequestData
impl RefUnwindSafe for ProfileCreateRequestData
impl Send for ProfileCreateRequestData
impl Sync for ProfileCreateRequestData
impl Unpin for ProfileCreateRequestData
impl UnwindSafe for ProfileCreateRequestData
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