pub struct ProfileCreateRequestRelationships {
pub bundle_id: Ref,
pub certificates: Refs,
pub devices: Option<Refs>,
}
Fields§
§bundle_id: Ref
§certificates: Refs
§devices: Option<Refs>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfileCreateRequestRelationships
impl RefUnwindSafe for ProfileCreateRequestRelationships
impl Send for ProfileCreateRequestRelationships
impl Sync for ProfileCreateRequestRelationships
impl Unpin for ProfileCreateRequestRelationships
impl UnwindSafe for ProfileCreateRequestRelationships
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