pub struct Connect {
pub incognito: bool,
pub conn_link: Option<String>,
}Expand description
§Connection commands
These commands may be used to create connections. Most bots do not need to use them - bot users will connect via bot address with auto-accept enabled.
Connect via SimpleX link as string in the active user profile.
Network usage: interactive.
Syntax:
/connect[ <connLink_>]Fields§
§incognito: bool§conn_link: Option<String>Trait Implementations§
Source§impl CommandSyntax for Connect
impl CommandSyntax for Connect
impl StructuralPartialEq for Connect
Auto Trait Implementations§
impl Freeze for Connect
impl RefUnwindSafe for Connect
impl Send for Connect
impl Sync for Connect
impl Unpin for Connect
impl UnwindSafe for Connect
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