pub struct GroupsPlugin {
pub base: BasePlugin,
pub groups: Groups,
}Fields§
§base: BasePlugin§groups: GroupsTrait Implementations§
Source§impl Clone for GroupsPlugin
impl Clone for GroupsPlugin
Source§fn clone(&self) -> GroupsPlugin
fn clone(&self) -> GroupsPlugin
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 GroupsPlugin
impl Debug for GroupsPlugin
Source§impl PartialEq for GroupsPlugin
impl PartialEq for GroupsPlugin
impl Eq for GroupsPlugin
impl StructuralPartialEq for GroupsPlugin
Auto Trait Implementations§
impl Freeze for GroupsPlugin
impl RefUnwindSafe for GroupsPlugin
impl Send for GroupsPlugin
impl Sync for GroupsPlugin
impl Unpin for GroupsPlugin
impl UnsafeUnpin for GroupsPlugin
impl UnwindSafe for GroupsPlugin
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