pub struct UsersPath {
pub scope: String,
}Fields§
§scope: StringTrait Implementations§
impl StructuralPartialEq for UsersPath
Auto Trait Implementations§
impl Freeze for UsersPath
impl RefUnwindSafe for UsersPath
impl Send for UsersPath
impl Sync for UsersPath
impl Unpin for UsersPath
impl UnsafeUnpin for UsersPath
impl UnwindSafe for UsersPath
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