pub struct WebSettings {
pub divs: Vec<Div>,
}
Fields§
§divs: Vec<Div>
Implementations§
Source§impl WebSettings
impl WebSettings
pub fn new() -> WebSettings
Trait Implementations§
Source§impl Clone for WebSettings
impl Clone for WebSettings
Source§fn clone(&self) -> WebSettings
fn clone(&self) -> WebSettings
Returns a copy 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 WebSettings
impl Debug for WebSettings
Source§impl Default for WebSettings
impl Default for WebSettings
Source§impl FromXML for WebSettings
impl FromXML for WebSettings
Source§impl PartialEq for WebSettings
impl PartialEq for WebSettings
Source§impl Serialize for WebSettings
impl Serialize for WebSettings
impl StructuralPartialEq for WebSettings
Auto Trait Implementations§
impl Freeze for WebSettings
impl RefUnwindSafe for WebSettings
impl Send for WebSettings
impl Sync for WebSettings
impl Unpin for WebSettings
impl UnwindSafe for WebSettings
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