pub struct DeleteStyleParams {
pub style_name: String,
/* private fields */
}Fields§
§style_name: StringImplementations§
Trait Implementations§
Source§impl Clone for DeleteStyleParams
impl Clone for DeleteStyleParams
Source§fn clone(&self) -> DeleteStyleParams
fn clone(&self) -> DeleteStyleParams
Returns a duplicate of the value. Read more
1.0.0 · 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 DeleteStyleParams
impl Debug for DeleteStyleParams
Auto Trait Implementations§
impl Freeze for DeleteStyleParams
impl RefUnwindSafe for DeleteStyleParams
impl Send for DeleteStyleParams
impl Sync for DeleteStyleParams
impl Unpin for DeleteStyleParams
impl UnsafeUnpin for DeleteStyleParams
impl UnwindSafe for DeleteStyleParams
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