pub struct C3Policy;Trait Implementations§
impl Copy for C3Policy
Source§impl<G: LineageGraph> LineagePolicy<G> for C3Policy
impl<G: LineageGraph> LineagePolicy<G> for C3Policy
Auto Trait Implementations§
impl Freeze for C3Policy
impl RefUnwindSafe for C3Policy
impl Send for C3Policy
impl Sync for C3Policy
impl Unpin for C3Policy
impl UnsafeUnpin for C3Policy
impl UnwindSafe for C3Policy
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