pub struct PartialState1<A> {
pub A: A,
/* private fields */
}
Fields
A: A
Trait Implementations
sourceimpl<A: Default> Default for PartialState1<A>
impl<A: Default> Default for PartialState1<A>
sourcefn default() -> PartialState1<A>
fn default() -> PartialState1<A>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<A> RefUnwindSafe for PartialState1<A> where
A: RefUnwindSafe,
impl<A> Send for PartialState1<A> where
A: Send,
impl<A> Sync for PartialState1<A> where
A: Sync,
impl<A> Unpin for PartialState1<A> where
A: Unpin,
impl<A> UnwindSafe for PartialState1<A> where
A: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more