[−][src]Struct muoxi_staging::cmds::proxy_commands::CmdProxyAccount
command to connect to existing account
Trait Implementations
impl Clone for CmdProxyAccount
[src]
fn clone(&self) -> CmdProxyAccount
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Command for CmdProxyAccount
[src]
fn name(&self) -> &str
[src]
fn aliases(&self) -> Vec<&str>
[src]
fn execute_cmd<'life0, 'life1, 'async_trait>(
&'life0 self,
client: &'life1 mut Client
) -> Pin<Box<dyn Future<Output = CommandResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
[src]
&'life0 self,
client: &'life1 mut Client
) -> Pin<Box<dyn Future<Output = CommandResult<()>> + Send + 'async_trait>> where
'life0: 'async_trait,
'life1: 'async_trait,
Self: 'async_trait,
fn is_match<'a>(&self, cmd: &'a str) -> bool
[src]
impl Debug for CmdProxyAccount
[src]
impl Eq for CmdProxyAccount
[src]
fn assert_receiver_is_total_eq(&self)
[src]
impl Hash for CmdProxyAccount
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<CmdProxyAccount> for CmdProxyAccount
[src]
fn eq(&self, other: &CmdProxyAccount) -> bool
[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
impl StructuralEq for CmdProxyAccount
[src]
impl StructuralPartialEq for CmdProxyAccount
[src]
Auto Trait Implementations
impl RefUnwindSafe for CmdProxyAccount
impl Send for CmdProxyAccount
impl Sync for CmdProxyAccount
impl Unpin for CmdProxyAccount
impl UnwindSafe for CmdProxyAccount
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> IntoSql for T
fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>,
Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
&'a Self: AsExpression<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,