pub struct GroupListWhen(/* private fields */);Implementations§
Source§impl GroupListWhen
impl GroupListWhen
Auto Trait Implementations§
impl Freeze for GroupListWhen
impl !RefUnwindSafe for GroupListWhen
impl !Send for GroupListWhen
impl !Sync for GroupListWhen
impl Unpin for GroupListWhen
impl UnsafeUnpin for GroupListWhen
impl !UnwindSafe for GroupListWhen
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