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