pub enum LayoutTargetValues {
Inner,
Outer,
}Variants§
Trait Implementations§
Source§impl Clone for LayoutTargetValues
impl Clone for LayoutTargetValues
Source§fn clone(&self) -> LayoutTargetValues
fn clone(&self) -> LayoutTargetValues
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 LayoutTargetValues
impl Debug for LayoutTargetValues
Source§impl Default for LayoutTargetValues
impl Default for LayoutTargetValues
Source§impl EnumTrait for LayoutTargetValues
impl EnumTrait for LayoutTargetValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for LayoutTargetValues
impl RefUnwindSafe for LayoutTargetValues
impl Send for LayoutTargetValues
impl Sync for LayoutTargetValues
impl Unpin for LayoutTargetValues
impl UnwindSafe for LayoutTargetValues
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