pub struct Opt {Show 16 fields
pub address_family: OptU<String>,
pub attributes: OptU<String>,
pub backup: OptU<BoolOrString>,
pub dest: OptU<StringOrPath>,
pub group: OptU<String>,
pub iface: OptU<String>,
pub mode: OptU<Value>,
pub option: OptU<String>,
pub owner: OptU<String>,
pub selevel: OptU<String>,
pub serole: OptU<String>,
pub setype: OptU<String>,
pub seuser: OptU<String>,
pub state: OptU<String>,
pub unsafe_writes: OptU<BoolOrString>,
pub value: OptU<String>,
}Fields§
§address_family: OptU<String>§attributes: OptU<String>§backup: OptU<BoolOrString>§dest: OptU<StringOrPath>§group: OptU<String>§iface: OptU<String>§mode: OptU<Value>§option: OptU<String>§owner: OptU<String>§selevel: OptU<String>§serole: OptU<String>§setype: OptU<String>§seuser: OptU<String>§state: OptU<String>§unsafe_writes: OptU<BoolOrString>§value: OptU<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Opt
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)