pub struct BundleIdCapabilityCreateRequestDataAttributes {
pub capability_type: String,
}
Fields§
§capability_type: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BundleIdCapabilityCreateRequestDataAttributes
impl RefUnwindSafe for BundleIdCapabilityCreateRequestDataAttributes
impl Send for BundleIdCapabilityCreateRequestDataAttributes
impl Sync for BundleIdCapabilityCreateRequestDataAttributes
impl Unpin for BundleIdCapabilityCreateRequestDataAttributes
impl UnwindSafe for BundleIdCapabilityCreateRequestDataAttributes
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