pub enum Boxed {
No,
Yes,
}
Expand description
Whether the key is surrounded by a box or not
Variants§
Trait Implementations§
Source§impl Set<Boxed> for Properties
impl Set<Boxed> for Properties
Source§fn set(&mut self, boxed: Boxed) -> &mut Properties
fn set(&mut self, boxed: Boxed) -> &mut Properties
Select if the key will be surrounded with a box or not
Note The key is not boxed by default
impl Copy for Boxed
Auto Trait Implementations§
impl Freeze for Boxed
impl RefUnwindSafe for Boxed
impl Send for Boxed
impl Sync for Boxed
impl Unpin for Boxed
impl UnwindSafe for Boxed
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