pub enum HomeGroup {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HomeGroup
impl RefUnwindSafe for HomeGroup
impl Send for HomeGroup
impl Sync for HomeGroup
impl Unpin for HomeGroup
impl UnwindSafe for HomeGroup
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