Skip to main content

IPhotographAllMenuContentMethods

Trait IPhotographAllMenuContentMethods 

Source
pub trait IPhotographAllMenuContentMethods: IPhotographAllMenuContent {
    // Provided methods
    fn set_my_card_is_visible(self, is_visible: impl Into<bool>) { ... }
    fn set_camera_key_help_is_visible(self, is_visible: impl Into<bool>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn set_my_card_is_visible(self, is_visible: impl Into<bool>)

SetMyCardIsVisible(bool) overload

Source

fn set_camera_key_help_is_visible(self, is_visible: impl Into<bool>)

SetCameraKeyHelpIsVisible(bool) overload

Source

fn ctor(self)

.ctor() overload

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<__T: IPhotographAllMenuContent> IPhotographAllMenuContentMethods for __T

Available on crate feature app-photographallmenucontent only.