Enum darwin_webkit::foundation::ns_url_bookmark_resolution_options::NSURLBookmarkResolutionOptions
source · pub enum NSURLBookmarkResolutionOptions {
NSURLBookmarkResolutionWithoutUI,
NSURLBookmarkResolutionWithoutMounting,
NSURLBookmarkResolutionWithSecurityScope,
}
Variants§
NSURLBookmarkResolutionWithoutUI
NSURLBookmarkResolutionWithoutMounting
NSURLBookmarkResolutionWithSecurityScope
Auto Trait Implementations§
impl RefUnwindSafe for NSURLBookmarkResolutionOptions
impl Send for NSURLBookmarkResolutionOptions
impl Sync for NSURLBookmarkResolutionOptions
impl Unpin for NSURLBookmarkResolutionOptions
impl UnwindSafe for NSURLBookmarkResolutionOptions
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