pub struct DefaultController;
Expand description
A default implementation of the IController
trait.
Trait Implementations§
Source§impl Default for DefaultController
impl Default for DefaultController
Source§fn default() -> DefaultController
fn default() -> DefaultController
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DefaultController
impl RefUnwindSafe for DefaultController
impl Send for DefaultController
impl Sync for DefaultController
impl Unpin for DefaultController
impl UnwindSafe for DefaultController
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