pub struct PluginManifestBackend {
pub executable: Option<String>,
}
Expand description
PluginManifestBackend : Deprecated in Mattermost 5.2 release.
Fields§
§executable: Option<String>
Path to the executable binary.
Implementations§
Source§impl PluginManifestBackend
impl PluginManifestBackend
Sourcepub fn new() -> PluginManifestBackend
pub fn new() -> PluginManifestBackend
Deprecated in Mattermost 5.2 release.
Trait Implementations§
Source§impl Clone for PluginManifestBackend
impl Clone for PluginManifestBackend
Source§fn clone(&self) -> PluginManifestBackend
fn clone(&self) -> PluginManifestBackend
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PluginManifestBackend
impl Debug for PluginManifestBackend
Source§impl Default for PluginManifestBackend
impl Default for PluginManifestBackend
Source§fn default() -> PluginManifestBackend
fn default() -> PluginManifestBackend
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PluginManifestBackend
impl<'de> Deserialize<'de> for PluginManifestBackend
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PluginManifestBackend
impl PartialEq for PluginManifestBackend
Source§impl Serialize for PluginManifestBackend
impl Serialize for PluginManifestBackend
impl StructuralPartialEq for PluginManifestBackend
Auto Trait Implementations§
impl Freeze for PluginManifestBackend
impl RefUnwindSafe for PluginManifestBackend
impl Send for PluginManifestBackend
impl Sync for PluginManifestBackend
impl Unpin for PluginManifestBackend
impl UnwindSafe for PluginManifestBackend
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