pub struct GroupsPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for GroupsPath
impl Clone for GroupsPath
Source§fn clone(&self) -> GroupsPath
fn clone(&self) -> GroupsPath
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GroupsPath
impl Debug for GroupsPath
Source§impl PartialEq for GroupsPath
impl PartialEq for GroupsPath
Source§fn eq(&self, other: &GroupsPath) -> bool
fn eq(&self, other: &GroupsPath) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GroupsPath
Auto Trait Implementations§
impl Freeze for GroupsPath
impl RefUnwindSafe for GroupsPath
impl Send for GroupsPath
impl Sync for GroupsPath
impl Unpin for GroupsPath
impl UnsafeUnpin for GroupsPath
impl UnwindSafe for GroupsPath
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