Struct assembly_fdb_core::value::owned::OwnedContext
source · [−]pub struct OwnedContext;
Expand description
The Value
context for core::Field
Trait Implementations
sourceimpl Context for OwnedContext
impl Context for OwnedContext
sourceimpl Debug for OwnedContext
impl Debug for OwnedContext
sourceimpl PartialEq<OwnedContext> for OwnedContext
impl PartialEq<OwnedContext> for OwnedContext
sourcefn eq(&self, other: &OwnedContext) -> bool
fn eq(&self, other: &OwnedContext) -> bool
impl Eq for OwnedContext
impl StructuralEq for OwnedContext
impl StructuralPartialEq for OwnedContext
Auto Trait Implementations
impl RefUnwindSafe for OwnedContext
impl Send for OwnedContext
impl Sync for OwnedContext
impl Unpin for OwnedContext
impl UnwindSafe for OwnedContext
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more