pub enum LogoClearShape {
Square,
Circle,
}Expand description
Shape used to clear the center area behind the logo.
Variants§
Trait Implementations§
Source§impl Clone for LogoClearShape
impl Clone for LogoClearShape
Source§fn clone(&self) -> LogoClearShape
fn clone(&self) -> LogoClearShape
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 LogoClearShape
impl Debug for LogoClearShape
Source§impl Display for LogoClearShape
impl Display for LogoClearShape
Source§impl FromStr for LogoClearShape
impl FromStr for LogoClearShape
Source§impl PartialEq for LogoClearShape
impl PartialEq for LogoClearShape
impl Copy for LogoClearShape
impl Eq for LogoClearShape
impl StructuralPartialEq for LogoClearShape
Auto Trait Implementations§
impl Freeze for LogoClearShape
impl RefUnwindSafe for LogoClearShape
impl Send for LogoClearShape
impl Sync for LogoClearShape
impl Unpin for LogoClearShape
impl UnsafeUnpin for LogoClearShape
impl UnwindSafe for LogoClearShape
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