pub struct ReadLink {
pub id: u32,
pub path: Utf8PathBuf,
}Fields§
§id: u32§path: Utf8PathBufTrait Implementations§
Source§impl PayloadTrait for ReadLink
impl PayloadTrait for ReadLink
impl Eq for ReadLink
impl StructuralPartialEq for ReadLink
Auto Trait Implementations§
impl Freeze for ReadLink
impl RefUnwindSafe for ReadLink
impl Send for ReadLink
impl Sync for ReadLink
impl Unpin for ReadLink
impl UnwindSafe for ReadLink
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