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§impl Clone for FsconfigCommand
impl Clone for FsconfigCommand
Source§fn clone(&self) -> FsconfigCommand
fn clone(&self) -> FsconfigCommand
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FsconfigCommand
Source§impl Default for FsconfigCommand
impl Default for FsconfigCommand
Source§fn default() -> FsconfigCommand
fn default() -> FsconfigCommand
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FsconfigCommand
impl RefUnwindSafe for FsconfigCommand
impl Send for FsconfigCommand
impl Sync for FsconfigCommand
impl Unpin for FsconfigCommand
impl UnsafeUnpin 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