pub struct DirectoryContents { /* private fields */ }
Expand description
Contains the contents of a read-only directory that Realm Builder should provide to a realm.
Used with the RealmBuilder::read_only_directory
function.
Implementations§
Trait Implementations§
source§impl Clone for DirectoryContents
impl Clone for DirectoryContents
source§impl From<DirectoryContents> for DirectoryContents
impl From<DirectoryContents> for DirectoryContents
source§fn from(input: DirectoryContents) -> DirectoryContents
fn from(input: DirectoryContents) -> DirectoryContents
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DirectoryContents
impl RefUnwindSafe for DirectoryContents
impl Send for DirectoryContents
impl Sync for DirectoryContents
impl Unpin for DirectoryContents
impl UnwindSafe for DirectoryContents
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)