Struct deltachat::webxdc::WebxdcInfo
source · pub struct WebxdcInfo {
pub name: String,
pub icon: String,
pub document: String,
pub summary: String,
pub source_code_url: String,
pub internet_access: bool,
}
Expand description
Parsed information from WebxdcManifest and fallbacks.
Fields§
§name: String
The name of the app. Defaults to filename if not set in the manifest.
icon: String
Filename of the app icon.
document: String
If the webxdc represents a document and allows to edit it, this is the document name. Otherwise an empty string.
summary: String
Short description of the webxdc state. For example, “7 votes”.
source_code_url: String
URL of webxdc source code or an empty string.
internet_access: bool
If the webxdc is allowed to access the network. It should request access, be encrypted and sent to self for this.
Trait Implementations§
source§impl Debug for WebxdcInfo
impl Debug for WebxdcInfo
Auto Trait Implementations§
impl Freeze for WebxdcInfo
impl RefUnwindSafe for WebxdcInfo
impl Send for WebxdcInfo
impl Sync for WebxdcInfo
impl Unpin for WebxdcInfo
impl UnwindSafe for WebxdcInfo
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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