pub struct OdbObject<'a> { /* private fields */ }
Expand description
An object from the Object Database.
Implementations
sourceimpl<'a> OdbObject<'a>
impl<'a> OdbObject<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for OdbObject<'a>
impl<'a> !Send for OdbObject<'a>
impl<'a> !Sync for OdbObject<'a>
impl<'a> Unpin for OdbObject<'a>
impl<'a> UnwindSafe for OdbObject<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more