pub struct InjectionFence { /* private fields */ }Expand description
Deterministic model-input fence tied to immutable content.
Implementations§
Source§impl InjectionFence
impl InjectionFence
Trait Implementations§
Source§impl Clone for InjectionFence
impl Clone for InjectionFence
Source§fn clone(&self) -> InjectionFence
fn clone(&self) -> InjectionFence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InjectionFence
impl Debug for InjectionFence
impl Eq for InjectionFence
Source§impl PartialEq for InjectionFence
impl PartialEq for InjectionFence
impl StructuralPartialEq for InjectionFence
Auto Trait Implementations§
impl Freeze for InjectionFence
impl RefUnwindSafe for InjectionFence
impl Send for InjectionFence
impl Sync for InjectionFence
impl Unpin for InjectionFence
impl UnsafeUnpin for InjectionFence
impl UnwindSafe for InjectionFence
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