pub struct RegisterArgs {
pub api_base_url: Option<String>,
pub label: Option<String>,
pub reset: bool,
}Expand description
Bundle of flags from studio-worker register.
Fields§
§api_base_url: Option<String>§label: Option<String>§reset: boolTrait Implementations§
Source§impl Clone for RegisterArgs
impl Clone for RegisterArgs
Source§fn clone(&self) -> RegisterArgs
fn clone(&self) -> RegisterArgs
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 RegisterArgs
impl Debug for RegisterArgs
Source§impl Default for RegisterArgs
impl Default for RegisterArgs
Source§fn default() -> RegisterArgs
fn default() -> RegisterArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RegisterArgs
impl RefUnwindSafe for RegisterArgs
impl Send for RegisterArgs
impl Sync for RegisterArgs
impl Unpin for RegisterArgs
impl UnsafeUnpin for RegisterArgs
impl UnwindSafe for RegisterArgs
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