pub struct SmbOpenOptions { /* private fields */ }Expand description
Describes options for opening file
Implementations§
Source§impl SmbOpenOptions
impl SmbOpenOptions
Trait Implementations§
Source§impl Clone for SmbOpenOptions
impl Clone for SmbOpenOptions
Source§fn clone(&self) -> SmbOpenOptions
fn clone(&self) -> SmbOpenOptions
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 SmbOpenOptions
Source§impl Debug for SmbOpenOptions
impl Debug for SmbOpenOptions
Auto Trait Implementations§
impl Freeze for SmbOpenOptions
impl RefUnwindSafe for SmbOpenOptions
impl Send for SmbOpenOptions
impl Sync for SmbOpenOptions
impl Unpin for SmbOpenOptions
impl UnsafeUnpin for SmbOpenOptions
impl UnwindSafe for SmbOpenOptions
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