pub struct LiveObject(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for LiveObject
impl Clone for LiveObject
Source§fn clone(&self) -> LiveObject
fn clone(&self) -> LiveObject
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 Debug for LiveObject
impl Debug for LiveObject
Source§impl Drop for LiveObject
impl Drop for LiveObject
Source§impl From<LiveObject> for TaggedData
impl From<LiveObject> for TaggedData
Source§fn from(obj: LiveObject) -> TaggedData
fn from(obj: LiveObject) -> TaggedData
Converts to this type from the input type.
Source§impl TryFrom<TaggedData> for LiveObject
impl TryFrom<TaggedData> for LiveObject
Auto Trait Implementations§
impl Freeze for LiveObject
impl RefUnwindSafe for LiveObject
impl !Send for LiveObject
impl !Sync for LiveObject
impl Unpin for LiveObject
impl UnsafeUnpin for LiveObject
impl UnwindSafe for LiveObject
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