pub enum SystemCapability {
Readonly {
optional: bool,
},
Writeonly {
optional: bool,
},
Readwrite {
optional: bool,
},
Include,
Exclude,
Adds,
Removes,
}
Variants§
Auto Trait Implementations§
impl Freeze for SystemCapability
impl RefUnwindSafe for SystemCapability
impl Send for SystemCapability
impl Sync for SystemCapability
impl Unpin for SystemCapability
impl UnwindSafe for SystemCapability
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