Struct collab_ui2::CollabTitlebarItem
source · pub struct CollabTitlebarItem { /* private fields */ }
Implementations§
source§impl CollabTitlebarItem
impl CollabTitlebarItem
pub fn new(workspace: &Workspace, cx: &mut ViewContext<'_, Self>) -> Self
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CollabTitlebarItem
impl !Send for CollabTitlebarItem
impl !Sync for CollabTitlebarItem
impl Unpin for CollabTitlebarItem
impl !UnwindSafe for CollabTitlebarItem
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