Struct fez::RPMFileOptionsBuilder
source · [−]pub struct RPMFileOptionsBuilder { /* private fields */ }Implementations
sourceimpl RPMFileOptionsBuilder
impl RPMFileOptionsBuilder
pub fn user<T: Into<String>>(self, user: T) -> Self
pub fn group<T: Into<String>>(self, group: T) -> Self
pub fn symlink<T: Into<String>>(self, symlink: T) -> Self
pub fn mode<T: Into<FileMode>>(self, mode: T) -> Self
pub fn is_doc(self) -> Self
pub fn is_config(self) -> Self
Trait Implementations
sourceimpl From<RPMFileOptionsBuilder> for RPMFileOptions
impl From<RPMFileOptionsBuilder> for RPMFileOptions
sourcefn from(builder: RPMFileOptionsBuilder) -> Self
fn from(builder: RPMFileOptionsBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for RPMFileOptionsBuilder
impl Send for RPMFileOptionsBuilder
impl Sync for RPMFileOptionsBuilder
impl Unpin for RPMFileOptionsBuilder
impl UnwindSafe for RPMFileOptionsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more