Struct pony_playground::Playpen
source · pub struct Playpen { /* private fields */ }Implementations
Auto Trait Implementations
impl RefUnwindSafe for Playpen
impl Send for Playpen
impl Sync for Playpen
impl Unpin for Playpen
impl UnwindSafe for Playpen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self into a collection.