pub struct ApplicativeData {
pub functor_name: String,
pub pure_type: String,
pub ap_type: String,
pub is_monad: bool,
}Fields§
§functor_name: String§pure_type: String§ap_type: String§is_monad: boolImplementations§
Trait Implementations§
Source§impl Clone for ApplicativeData
impl Clone for ApplicativeData
Source§fn clone(&self) -> ApplicativeData
fn clone(&self) -> ApplicativeData
Returns a duplicate of the value. Read more
1.0.0 · 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 ApplicativeData
impl RefUnwindSafe for ApplicativeData
impl Send for ApplicativeData
impl Sync for ApplicativeData
impl Unpin for ApplicativeData
impl UnsafeUnpin for ApplicativeData
impl UnwindSafe for ApplicativeData
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