Struct webui::AppDrawerOptions
source · [−]pub struct AppDrawerOptions { /* private fields */ }Implementations
Trait Implementations
sourceimpl Clone for AppDrawerOptions
impl Clone for AppDrawerOptions
sourcefn clone(&self) -> AppDrawerOptions
fn clone(&self) -> AppDrawerOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AppDrawerOptions
impl Debug for AppDrawerOptions
sourceimpl<'de> Deserialize<'de> for AppDrawerOptions
impl<'de> Deserialize<'de> for AppDrawerOptions
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<AppDrawerOptions> for AppDrawerOptions
impl PartialEq<AppDrawerOptions> for AppDrawerOptions
sourcefn eq(&self, other: &AppDrawerOptions) -> bool
fn eq(&self, other: &AppDrawerOptions) -> bool
sourceimpl Serialize for AppDrawerOptions
impl Serialize for AppDrawerOptions
impl StructuralPartialEq for AppDrawerOptions
Auto Trait Implementations
impl RefUnwindSafe for AppDrawerOptions
impl Send for AppDrawerOptions
impl Sync for AppDrawerOptions
impl Unpin for AppDrawerOptions
impl UnwindSafe for AppDrawerOptions
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.