pub struct PowerSet {
pub set: Box<Obj>,
}Fields§
§set: Box<Obj>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PowerSet
impl RefUnwindSafe for PowerSet
impl !Send for PowerSet
impl !Sync for PowerSet
impl Unpin for PowerSet
impl UnsafeUnpin for PowerSet
impl UnwindSafe for PowerSet
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