pub struct CachedDecision { /* private fields */ }Expand description
Cached safety decision
Trait Implementations§
Source§impl Clone for CachedDecision
impl Clone for CachedDecision
Source§fn clone(&self) -> CachedDecision
fn clone(&self) -> CachedDecision
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 moreAuto Trait Implementations§
impl Freeze for CachedDecision
impl RefUnwindSafe for CachedDecision
impl Send for CachedDecision
impl Sync for CachedDecision
impl Unpin for CachedDecision
impl UnsafeUnpin for CachedDecision
impl UnwindSafe for CachedDecision
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