pub struct ObjectFsOptions {
pub prefix: String,
pub uid: u32,
pub gid: u32,
pub file_mode: u32,
pub dir_mode: u32,
}Fields§
§prefix: String§uid: u32§gid: u32§file_mode: u32§dir_mode: u32Trait Implementations§
Source§impl Clone for ObjectFsOptions
impl Clone for ObjectFsOptions
Source§fn clone(&self) -> ObjectFsOptions
fn clone(&self) -> ObjectFsOptions
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 moreSource§impl Debug for ObjectFsOptions
impl Debug for ObjectFsOptions
Auto Trait Implementations§
impl Freeze for ObjectFsOptions
impl RefUnwindSafe for ObjectFsOptions
impl Send for ObjectFsOptions
impl Sync for ObjectFsOptions
impl Unpin for ObjectFsOptions
impl UnsafeUnpin for ObjectFsOptions
impl UnwindSafe for ObjectFsOptions
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