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 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