pub struct LawvereAnalysis;๐Deprecated since 0.4.0:
use TransformCatalogAnalysis; removal is not before 1.0 and requires downstream migration plus zero audited non-compatibility uses
Expand description
Published 0.3 compatibility analysis marker.
Owner: omena-transform-egg maintainers. Removal condition: not before 1.0,
after downstream migration and zero audited non-compatibility uses.
Trait Implementationsยง
Sourceยงimpl Clone for LawvereAnalysis
impl Clone for LawvereAnalysis
Sourceยงfn clone(&self) -> LawvereAnalysis
fn clone(&self) -> LawvereAnalysis
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 LawvereAnalysis
impl Debug for LawvereAnalysis
Sourceยงimpl Default for LawvereAnalysis
impl Default for LawvereAnalysis
Sourceยงfn default() -> LawvereAnalysis
fn default() -> LawvereAnalysis
Returns the โdefault valueโ for a type. Read more
Auto Trait Implementationsยง
impl Freeze for LawvereAnalysis
impl RefUnwindSafe for LawvereAnalysis
impl Send for LawvereAnalysis
impl Sync for LawvereAnalysis
impl Unpin for LawvereAnalysis
impl UnsafeUnpin for LawvereAnalysis
impl UnwindSafe for LawvereAnalysis
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