pub struct AttributeTypeResultFrame<A, E: Error>(/* private fields */);Trait Implementations§
Source§impl<A, E: Error> From<E> for AttributeTypeResultFrame<A, E>
impl<A, E: Error> From<E> for AttributeTypeResultFrame<A, E>
Source§impl<A, E: Error> From<NestedAttrTypeFrame<A>> for AttributeTypeResultFrame<A, E>
impl<A, E: Error> From<NestedAttrTypeFrame<A>> for AttributeTypeResultFrame<A, E>
Source§fn from(value: NestedAttrTypeFrame<A>) -> Self
fn from(value: NestedAttrTypeFrame<A>) -> Self
Converts to this type from the input type.
Source§impl<E: Error> MappableFrame for AttributeTypeResultFrame<PartiallyApplied, E>
impl<E: Error> MappableFrame for AttributeTypeResultFrame<PartiallyApplied, E>
Auto Trait Implementations§
impl<A, E> Freeze for AttributeTypeResultFrame<A, E>
impl<A, E> RefUnwindSafe for AttributeTypeResultFrame<A, E>where
E: RefUnwindSafe,
A: RefUnwindSafe,
impl<A, E> Send for AttributeTypeResultFrame<A, E>
impl<A, E> Sync for AttributeTypeResultFrame<A, E>
impl<A, E> Unpin for AttributeTypeResultFrame<A, E>
impl<A, E> UnwindSafe for AttributeTypeResultFrame<A, E>where
E: UnwindSafe,
A: UnwindSafe,
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