pub struct FsconfigCommand(/* private fields */);
Implementations§
Source§impl FsconfigCommand
impl FsconfigCommand
pub const SET_FLAG: Self
pub const SET_STRING: Self
pub const SET_BINARY: Self
pub const SET_PATH: Self
pub const SET_PATH_EMPTY: Self
pub const SET_FD: Self
pub const CMD_CREATE: Self
pub const CMD_RECONFIGURE: Self
pub const CMD_CREATE_EXCL: Self
Trait Implementations§
Source§impl BitOr for FsconfigCommand
impl BitOr for FsconfigCommand
Source§type Output = FsconfigCommand
type Output = FsconfigCommand
The resulting type after applying the
|
operator.Source§fn bitor(self, rhs: FsconfigCommand) -> FsconfigCommand
fn bitor(self, rhs: FsconfigCommand) -> FsconfigCommand
Performs the
|
operation. Read moreSource§impl Clone for FsconfigCommand
impl Clone for FsconfigCommand
Source§fn clone(&self) -> FsconfigCommand
fn clone(&self) -> FsconfigCommand
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for FsconfigCommand
impl Default for FsconfigCommand
Source§fn default() -> FsconfigCommand
fn default() -> FsconfigCommand
Returns the “default value” for a type. Read more
impl Copy for FsconfigCommand
Auto Trait Implementations§
impl Freeze for FsconfigCommand
impl RefUnwindSafe for FsconfigCommand
impl Send for FsconfigCommand
impl Sync for FsconfigCommand
impl Unpin for FsconfigCommand
impl UnwindSafe for FsconfigCommand
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