pub struct JoinOptions {
pub invite_code: String,
pub use_default_gateway: bool,
pub set_active_federation_id: bool,
pub use_manual_secret: bool,
}Fields§
§invite_code: String§use_default_gateway: bool§set_active_federation_id: bool§use_manual_secret: boolImplementations§
Source§impl JoinOptions
impl JoinOptions
pub fn new(invite_code: String) -> Self
pub fn set_active_federation_id(self) -> Self
pub fn use_default_gateway(self) -> Self
pub fn use_manual_secret(self) -> Self
Auto Trait Implementations§
impl Freeze for JoinOptions
impl RefUnwindSafe for JoinOptions
impl Send for JoinOptions
impl Sync for JoinOptions
impl Unpin for JoinOptions
impl UnsafeUnpin for JoinOptions
impl UnwindSafe for JoinOptions
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