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