pub struct InitCommandOptions {
pub domain: String,
}
Fields§
§domain: String
Trait Implementations§
Source§impl From<InitCommand> for InitCommandOptions
impl From<InitCommand> for InitCommandOptions
Source§fn from(options: InitCommand) -> Self
fn from(options: InitCommand) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InitCommandOptions
impl RefUnwindSafe for InitCommandOptions
impl Send for InitCommandOptions
impl Sync for InitCommandOptions
impl Unpin for InitCommandOptions
impl UnwindSafe for InitCommandOptions
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