pub struct ViewConfig { /* private fields */ }Expand description
Configuration to be used when creating a View.
Implementations§
Source§impl ViewConfig
impl ViewConfig
Sourcepub fn start() -> ViewConfigBuilder
pub fn start() -> ViewConfigBuilder
Starts the building process for the ViewConfig struct. returns a builder
which can be used to configure the settings.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ViewConfig
impl RefUnwindSafe for ViewConfig
impl !Send for ViewConfig
impl !Sync for ViewConfig
impl Unpin for ViewConfig
impl UnwindSafe for ViewConfig
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