pub struct Fetched {
pub path: PathBuf,
pub from: Option<String>,
pub message: Option<String>,
}Expand description
The result of a successful fetch: where the file landed, and the trust
metadata the sender attached (if any) — their name and a short message,
decrypted from the gate’s /meta blob with the fragment secret.
Fields§
§path: PathBuf§from: Option<String>§message: Option<String>Auto Trait Implementations§
impl Freeze for Fetched
impl RefUnwindSafe for Fetched
impl Send for Fetched
impl Sync for Fetched
impl Unpin for Fetched
impl UnsafeUnpin for Fetched
impl UnwindSafe for Fetched
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