pub struct GroupsFilePath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
Source§impl Clone for GroupsFilePath
impl Clone for GroupsFilePath
Source§fn clone(&self) -> GroupsFilePath
fn clone(&self) -> GroupsFilePath
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 GroupsFilePath
impl Debug for GroupsFilePath
Source§impl PartialEq for GroupsFilePath
impl PartialEq for GroupsFilePath
impl StructuralPartialEq for GroupsFilePath
Auto Trait Implementations§
impl Freeze for GroupsFilePath
impl RefUnwindSafe for GroupsFilePath
impl Send for GroupsFilePath
impl Sync for GroupsFilePath
impl Unpin for GroupsFilePath
impl UnwindSafe for GroupsFilePath
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