pub struct FfiBackendConfig {
pub name: String,
pub command_or_url: String,
pub args: Vec<String>,
pub oauth_app_name: Option<String>,
}Fields§
§name: String§command_or_url: String§args: Vec<String>§oauth_app_name: Option<String>Trait Implementations§
Source§impl Clone for FfiBackendConfig
impl Clone for FfiBackendConfig
Source§fn clone(&self) -> FfiBackendConfig
fn clone(&self) -> FfiBackendConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FfiBackendConfig
impl Debug for FfiBackendConfig
Source§impl<'de> Deserialize<'de> for FfiBackendConfig
impl<'de> Deserialize<'de> for FfiBackendConfig
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FfiBackendConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FfiBackendConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<FfiBackendConfig> for BackendServerConfig
impl From<FfiBackendConfig> for BackendServerConfig
Source§fn from(value: FfiBackendConfig) -> BackendServerConfig
fn from(value: FfiBackendConfig) -> BackendServerConfig
Converts to this type from the input type.
Source§impl PartialEq for FfiBackendConfig
impl PartialEq for FfiBackendConfig
Source§fn eq(&self, other: &FfiBackendConfig) -> bool
fn eq(&self, other: &FfiBackendConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FfiBackendConfig
impl Serialize for FfiBackendConfig
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for FfiBackendConfig
impl StructuralPartialEq for FfiBackendConfig
Auto Trait Implementations§
impl Freeze for FfiBackendConfig
impl RefUnwindSafe for FfiBackendConfig
impl Send for FfiBackendConfig
impl Sync for FfiBackendConfig
impl Unpin for FfiBackendConfig
impl UnsafeUnpin for FfiBackendConfig
impl UnwindSafe for FfiBackendConfig
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.