pub struct ContainerOptions {
pub title: Option<String>,
pub icon: Option<String>,
pub class: Option<String>,
}Expand description
容器选项
Fields§
§title: Option<String>容器标题
icon: Option<String>容器图标
class: Option<String>容器 CSS 类
Trait Implementations§
Source§impl Clone for ContainerOptions
impl Clone for ContainerOptions
Source§fn clone(&self) -> ContainerOptions
fn clone(&self) -> ContainerOptions
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 moreAuto Trait Implementations§
impl Freeze for ContainerOptions
impl RefUnwindSafe for ContainerOptions
impl Send for ContainerOptions
impl Sync for ContainerOptions
impl Unpin for ContainerOptions
impl UnsafeUnpin for ContainerOptions
impl UnwindSafe for ContainerOptions
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