pub struct WeakWeeDbRaw { /* private fields */ }Expand description
Weak reference to the WeeDbRaw
Implementations§
Source§impl WeakWeeDbRaw
impl WeakWeeDbRaw
Trait Implementations§
Source§impl Clone for WeakWeeDbRaw
impl Clone for WeakWeeDbRaw
Source§fn clone(&self) -> WeakWeeDbRaw
fn clone(&self) -> WeakWeeDbRaw
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for WeakWeeDbRaw
impl PartialEq for WeakWeeDbRaw
impl Eq for WeakWeeDbRaw
Auto Trait Implementations§
impl Freeze for WeakWeeDbRaw
impl RefUnwindSafe for WeakWeeDbRaw
impl Send for WeakWeeDbRaw
impl Sync for WeakWeeDbRaw
impl Unpin for WeakWeeDbRaw
impl UnwindSafe for WeakWeeDbRaw
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