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