pub struct ResolvedCreateDirectoryOptions { /* private fields */ }Expand description
Immutable options resolved by the facade before provider dispatch.
Implementations§
Source§impl ResolvedCreateDirectoryOptions
impl ResolvedCreateDirectoryOptions
Sourcepub const fn options(&self) -> &CreateDirectoryOptions
pub const fn options(&self) -> &CreateDirectoryOptions
Trait Implementations§
Source§impl Clone for ResolvedCreateDirectoryOptions
impl Clone for ResolvedCreateDirectoryOptions
Source§fn clone(&self) -> ResolvedCreateDirectoryOptions
fn clone(&self) -> ResolvedCreateDirectoryOptions
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 moreAuto Trait Implementations§
impl Freeze for ResolvedCreateDirectoryOptions
impl RefUnwindSafe for ResolvedCreateDirectoryOptions
impl Send for ResolvedCreateDirectoryOptions
impl Sync for ResolvedCreateDirectoryOptions
impl Unpin for ResolvedCreateDirectoryOptions
impl UnsafeUnpin for ResolvedCreateDirectoryOptions
impl UnwindSafe for ResolvedCreateDirectoryOptions
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