pub struct SinglePageOptions {
pub disable_parent_resources: bool,
}Fields§
§disable_parent_resources: boolTrait Implementations§
Source§impl Clone for SinglePageOptions
impl Clone for SinglePageOptions
Source§fn clone(&self) -> SinglePageOptions
fn clone(&self) -> SinglePageOptions
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 SinglePageOptions
impl Debug for SinglePageOptions
Source§impl Default for SinglePageOptions
impl Default for SinglePageOptions
Auto Trait Implementations§
impl Freeze for SinglePageOptions
impl RefUnwindSafe for SinglePageOptions
impl Send for SinglePageOptions
impl Sync for SinglePageOptions
impl Unpin for SinglePageOptions
impl UnwindSafe for SinglePageOptions
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