Struct modio::mods::EditTagsOptions
source · pub struct EditTagsOptions { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for EditTagsOptions
impl RefUnwindSafe for EditTagsOptions
impl Send for EditTagsOptions
impl Sync for EditTagsOptions
impl Unpin for EditTagsOptions
impl UnwindSafe for EditTagsOptions
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