pub struct BundleIdCapabilityCreateRequestDataRelationshipBundleId { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BundleIdCapabilityCreateRequestDataRelationshipBundleId
impl RefUnwindSafe for BundleIdCapabilityCreateRequestDataRelationshipBundleId
impl Send for BundleIdCapabilityCreateRequestDataRelationshipBundleId
impl Sync for BundleIdCapabilityCreateRequestDataRelationshipBundleId
impl Unpin for BundleIdCapabilityCreateRequestDataRelationshipBundleId
impl UnwindSafe for BundleIdCapabilityCreateRequestDataRelationshipBundleId
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