pub struct Weak {
pub bounds: Size,
/* private fields */
}Expand description
A weak reference to an Editor.
Fields§
§bounds: SizeThe bounds of the Editor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Weak
impl RefUnwindSafe for Weak
impl Send for Weak
impl Sync for Weak
impl Unpin for Weak
impl UnsafeUnpin for Weak
impl UnwindSafe for Weak
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