Struct ExtensionDetail
pub struct ExtensionDetail {
pub name: String,
pub package_name: String,
pub desc: Option<String>,
pub author: Option<String>,
pub version: String,
pub has_started: bool,
pub preferences: Vec<PreferenceUiData>,
pub extension_icon: Option<String>,
pub active: bool,
}Fields§
§name: String§package_name: String§desc: Option<String>§version: String§has_started: bool§preferences: Vec<PreferenceUiData>§extension_icon: Option<String>§active: boolImplementations§
§impl ExtensionDetail
impl ExtensionDetail
Returns the value of author, or the default value if author is unset.
pub fn extension_icon(&self) -> &str
pub fn extension_icon(&self) -> &str
Returns the value of extension_icon, or the default value if extension_icon is unset.
Trait Implementations§
§impl Clone for ExtensionDetail
impl Clone for ExtensionDetail
§fn clone(&self) -> ExtensionDetail
fn clone(&self) -> ExtensionDetail
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for ExtensionDetail
impl Debug for ExtensionDetail
§impl Default for ExtensionDetail
impl Default for ExtensionDetail
§fn default() -> ExtensionDetail
fn default() -> ExtensionDetail
Returns the “default value” for a type. Read more
§impl Message for ExtensionDetail
impl Message for ExtensionDetail
§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message to a buffer. Read more
§fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message to a newly allocated buffer.
§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
Encodes the message with a length-delimiter to a buffer. Read more
§fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8> ⓘwhere
Self: Sized,
Encodes the message with a length-delimiter to a newly allocated buffer.
§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes an instance of the message from a buffer. Read more
§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes an instance of the message from a buffer, and merges it into
self. Read more§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
Decodes a length-delimited instance of the message from buffer, and
merges it into
self.§impl PartialEq for ExtensionDetail
impl PartialEq for ExtensionDetail
impl StructuralPartialEq for ExtensionDetail
Auto Trait Implementations§
impl Freeze for ExtensionDetail
impl RefUnwindSafe for ExtensionDetail
impl Send for ExtensionDetail
impl Sync for ExtensionDetail
impl Unpin for ExtensionDetail
impl UnwindSafe for ExtensionDetail
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)