pub enum SurfaceMenuSectionKind {
Content,
Management,
Lifecycle,
}Variants§
Trait Implementations§
Source§impl Clone for SurfaceMenuSectionKind
impl Clone for SurfaceMenuSectionKind
Source§fn clone(&self) -> SurfaceMenuSectionKind
fn clone(&self) -> SurfaceMenuSectionKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SurfaceMenuSectionKind
Source§impl Debug for SurfaceMenuSectionKind
impl Debug for SurfaceMenuSectionKind
Source§impl<'de> Deserialize<'de> for SurfaceMenuSectionKind
impl<'de> Deserialize<'de> for SurfaceMenuSectionKind
Source§fn 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
impl Eq for SurfaceMenuSectionKind
Source§impl PartialEq for SurfaceMenuSectionKind
impl PartialEq for SurfaceMenuSectionKind
Source§impl Serialize for SurfaceMenuSectionKind
impl Serialize for SurfaceMenuSectionKind
impl StructuralPartialEq for SurfaceMenuSectionKind
Auto Trait Implementations§
impl Freeze for SurfaceMenuSectionKind
impl RefUnwindSafe for SurfaceMenuSectionKind
impl Send for SurfaceMenuSectionKind
impl Sync for SurfaceMenuSectionKind
impl Unpin for SurfaceMenuSectionKind
impl UnsafeUnpin for SurfaceMenuSectionKind
impl UnwindSafe for SurfaceMenuSectionKind
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