pub struct RealmConfig { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RealmConfig
impl Clone for RealmConfig
Source§fn clone(&self) -> RealmConfig
fn clone(&self) -> RealmConfig
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 moreSource§impl Default for RealmConfig
impl Default for RealmConfig
Source§impl RawPtr for RealmConfig
impl RawPtr for RealmConfig
Source§impl SafetyAssured for RealmConfig
impl SafetyAssured for RealmConfig
Source§fn is_initialized(&self) -> bool
fn is_initialized(&self) -> bool
Checks if the instance is properly initialized. Read more
Source§fn verify_ownership(&self) -> bool
fn verify_ownership(&self) -> bool
Checks whether ownership rules are upheld for this instance,
with a particular focus on instances that originate from raw pointers. Read more
Source§impl SafetyChecked for RealmConfig
impl SafetyChecked for RealmConfig
fn is_not_null(&self) -> bool
fn is_aligned(&self) -> bool
impl Copy for RealmConfig
Auto Trait Implementations§
impl Freeze for RealmConfig
impl RefUnwindSafe for RealmConfig
impl Send for RealmConfig
impl Sync for RealmConfig
impl Unpin for RealmConfig
impl UnsafeUnpin for RealmConfig
impl UnwindSafe for RealmConfig
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