pub struct AutoPath {
pub package: EntryId,
pub dashboard: EntryId,
pub group: EntryId,
pub name: EntryId,
}
Expand description
Live
bacause of Live
product approach.
Fields§
§package: EntryId
§dashboard: EntryId
§group: EntryId
§name: EntryId
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AutoPath
impl RefUnwindSafe for AutoPath
impl Send for AutoPath
impl Sync for AutoPath
impl Unpin for AutoPath
impl UnwindSafe for AutoPath
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