Struct apecs::SomeDefault
source · [−]pub struct SomeDefault;Expand description
Valueless type that represents the ability to generate a resource by default.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SomeDefault
impl Send for SomeDefault
impl Sync for SomeDefault
impl Unpin for SomeDefault
impl UnwindSafe for SomeDefault
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