Struct glory_core::reflow::Bond
source · pub struct Bond<T>where
T: Debug + 'static,{ /* private fields */ }Implementations§
Trait Implementations§
source§impl<T> IntoFiller for Bond<T>where
T: AsRef<str> + Debug + 'static,
impl<T> IntoFiller for Bond<T>where T: AsRef<str> + Debug + 'static,
fn into_filler(self) -> Filler
source§impl<T> Revisable for Bond<T>where
T: Debug + 'static,
impl<T> Revisable for Bond<T>where T: Debug + 'static,
fn id(&self) -> RevisableId
fn holder_id(&self) -> Option<HolderId>
fn version(&self) -> usize
fn view_ids(&self) -> Rc<RefCell<IndexSet<ViewId>>>
fn is_revising(&self) -> bool
fn bind_view(&self, view_id: &ViewId)
fn unbind_view(&self, view_id: &ViewId)
fn unlace_view(&self, view_id: &ViewId, loose: usize)
fn clone_boxed(&self) -> Box<dyn Revisable>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for Bond<T>
impl<T> !Send for Bond<T>
impl<T> !Sync for Bond<T>
impl<T> Unpin for Bond<T>
impl<T> !UnwindSafe for Bond<T>
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