pub struct IsController;Trait Implementations§
Source§impl Clone for IsController
impl Clone for IsController
Source§fn clone(&self) -> IsController
fn clone(&self) -> IsController
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IsController
impl Debug for IsController
impl Copy for IsController
Auto Trait Implementations§
impl Freeze for IsController
impl RefUnwindSafe for IsController
impl Send for IsController
impl Sync for IsController
impl Unpin for IsController
impl UnwindSafe for IsController
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