Struct modio::mods::EditModOptions
source · pub struct EditModOptions { /* private fields */ }
Implementations§
source§impl EditModOptions
impl EditModOptions
pub fn status(self, value: Status) -> Self
pub fn visible(self, v: bool) -> Self
pub fn visibility(self, value: Visibility) -> Self
pub fn name<S: Into<String>>(self, value: S) -> Self
pub fn name_id<S: Into<String>>(self, value: S) -> Self
pub fn summary<S: Into<String>>(self, value: S) -> Self
pub fn description<S: Into<String>>(self, value: S) -> Self
pub fn homepage_url(self, value: Url) -> Self
pub fn stock<S: Into<String>>(self, value: S) -> Self
pub fn maturity_option(self, value: MaturityOption) -> Self
pub fn metadata_blob<S: Into<String>>(self, value: S) -> Self
Trait Implementations§
source§impl Debug for EditModOptions
impl Debug for EditModOptions
source§impl Default for EditModOptions
impl Default for EditModOptions
source§fn default() -> EditModOptions
fn default() -> EditModOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EditModOptions
impl RefUnwindSafe for EditModOptions
impl Send for EditModOptions
impl Sync for EditModOptions
impl Unpin for EditModOptions
impl UnwindSafe for EditModOptions
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