pub struct Subtree { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Decorator for Subtree
impl Decorator for Subtree
Source§fn child_updated(&mut self, update: ChildUpdate) -> Status
fn child_updated(&mut self, update: ChildUpdate) -> Status
Apply the decorator to a
ChildUpdatefn reset(&mut self)
fn name(&self) -> String
fn details(&self) -> Option<String>
Source§fn reset_request(&mut self) -> Option<CTreeNodeID>
fn reset_request(&mut self) -> Option<CTreeNodeID>
Request a group of nodes get reset
Source§impl From<Subtree> for StandardDecorator
impl From<Subtree> for StandardDecorator
Source§fn from(original: Subtree) -> StandardDecorator
fn from(original: Subtree) -> StandardDecorator
Converts to this type from the input type.
impl Eq for Subtree
impl StructuralPartialEq for Subtree
Auto Trait Implementations§
impl Freeze for Subtree
impl RefUnwindSafe for Subtree
impl Send for Subtree
impl Sync for Subtree
impl Unpin for Subtree
impl UnwindSafe for Subtree
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)