pub struct PartialState1<A> {
    pub A: A,
    /* private fields */
}Fields§
§A: ATrait Implementations§
Source§impl<A: Default> Default for PartialState1<A>
 
impl<A: Default> Default for PartialState1<A>
Source§fn default() -> PartialState1<A>
 
fn default() -> PartialState1<A>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<A> Freeze for PartialState1<A>where
    A: Freeze,
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§
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