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§
Auto 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