Struct SignalsInContainer
pub struct SignalsInContainer<'c> { /* private fields */ }
Expand description
A collection of signals for the Container
class.
Implementations§
§impl<'c> SignalsInContainer<'c>
impl<'c> SignalsInContainer<'c>
pub fn pre_sort_children(&mut self) -> SigPreSortChildren<'c>
pub fn pre_sort_children(&mut self) -> SigPreSortChildren<'c>
Signature: ()
pub fn sort_children(&mut self) -> SigSortChildren<'c>
pub fn sort_children(&mut self) -> SigSortChildren<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInContainer<'c>
impl<'c> RefUnwindSafe for SignalsInContainer<'c>
impl<'c> !Send for SignalsInContainer<'c>
impl<'c> !Sync for SignalsInContainer<'c>
impl<'c> Unpin for SignalsInContainer<'c>
impl<'c> !UnwindSafe for SignalsInContainer<'c>
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