pub struct Realm { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Attribute for Realm
impl Attribute for Realm
Source§type Decoder = RealmDecoder
type Decoder = RealmDecoder
The decoder of the value part of the attribute.
Source§type Encoder = RealmEncoder
type Encoder = RealmEncoder
The encoder of the value part of the attribute.
Source§fn get_type(&self) -> AttributeType
fn get_type(&self) -> AttributeType
Returns the type of the attribute.
impl Eq for Realm
impl StructuralPartialEq for Realm
Auto Trait Implementations§
impl Freeze for Realm
impl RefUnwindSafe for Realm
impl Send for Realm
impl Sync for Realm
impl Unpin for Realm
impl UnwindSafe for Realm
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