pub struct SelectionComponent { /* private fields */ }
Implementations§
Source§impl SelectionComponent
impl SelectionComponent
pub fn new() -> Self
pub fn is_selected(&self) -> bool
Trait Implementations§
Source§impl Clone for SelectionComponent
impl Clone for SelectionComponent
Source§fn clone(&self) -> SelectionComponent
fn clone(&self) -> SelectionComponent
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 SelectionComponent
impl Debug for SelectionComponent
Source§impl<'de> Deserialize<'de> for SelectionComponent
impl<'de> Deserialize<'de> for SelectionComponent
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
Source§impl RadiantSelectable for SelectionComponent
impl RadiantSelectable for SelectionComponent
fn set_selected(&mut self, selected: bool)
Source§impl Serialize for SelectionComponent
impl Serialize for SelectionComponent
impl RadiantComponent for SelectionComponent
Auto Trait Implementations§
impl Freeze for SelectionComponent
impl RefUnwindSafe for SelectionComponent
impl Send for SelectionComponent
impl Sync for SelectionComponent
impl Unpin for SelectionComponent
impl UnwindSafe for SelectionComponent
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