pub struct DeclaredOrderPolicy;Trait Implementations§
Source§impl Clone for DeclaredOrderPolicy
impl Clone for DeclaredOrderPolicy
Source§fn clone(&self) -> DeclaredOrderPolicy
fn clone(&self) -> DeclaredOrderPolicy
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 moreimpl Copy for DeclaredOrderPolicy
Source§impl Debug for DeclaredOrderPolicy
impl Debug for DeclaredOrderPolicy
Source§impl Default for DeclaredOrderPolicy
impl Default for DeclaredOrderPolicy
Source§fn default() -> DeclaredOrderPolicy
fn default() -> DeclaredOrderPolicy
Returns the “default value” for a type. Read more
Source§impl<G: LineageGraph> LineagePolicy<G> for DeclaredOrderPolicy
impl<G: LineageGraph> LineagePolicy<G> for DeclaredOrderPolicy
Auto Trait Implementations§
impl Freeze for DeclaredOrderPolicy
impl RefUnwindSafe for DeclaredOrderPolicy
impl Send for DeclaredOrderPolicy
impl Sync for DeclaredOrderPolicy
impl Unpin for DeclaredOrderPolicy
impl UnsafeUnpin for DeclaredOrderPolicy
impl UnwindSafe for DeclaredOrderPolicy
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