Struct assembly_fdb::core::OwnedContext
source · pub struct OwnedContext;
Expand description
The Value
context for core::Field
Trait Implementations§
source§impl Context for OwnedContext
impl Context for OwnedContext
source§impl Debug for OwnedContext
impl Debug for OwnedContext
source§impl PartialEq for OwnedContext
impl PartialEq for OwnedContext
source§impl<'a> ValueMapperMut<MemContext<'a>, OwnedContext> for MemToOwned
impl<'a> ValueMapperMut<MemContext<'a>, OwnedContext> for MemToOwned
impl Eq for OwnedContext
impl StructuralPartialEq for OwnedContext
Auto Trait Implementations§
impl Freeze for OwnedContext
impl RefUnwindSafe for OwnedContext
impl Send for OwnedContext
impl Sync for OwnedContext
impl Unpin for OwnedContext
impl UnwindSafe for OwnedContext
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