pub struct SogarController { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Controller for SogarController
impl Controller for SogarController
Auto Trait Implementations§
impl Freeze for SogarController
impl RefUnwindSafe for SogarController
impl Send for SogarController
impl Sync for SogarController
impl Unpin for SogarController
impl UnsafeUnpin for SogarController
impl UnwindSafe for SogarController
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