pub struct NoNameChangeset;
Trait Implementations§
source§impl NameChangeset for NoNameChangeset
impl NameChangeset for NoNameChangeset
fn name_changeset(&mut self, _changeset: &Changeset) -> bool
unsafe extern "C" fn cb_name_changeset( _ctxt: *mut c_void, _changeset: *mut BNCollaborationChangeset, ) -> bool
Auto Trait Implementations§
impl Freeze for NoNameChangeset
impl RefUnwindSafe for NoNameChangeset
impl Send for NoNameChangeset
impl Sync for NoNameChangeset
impl Unpin for NoNameChangeset
impl UnwindSafe for NoNameChangeset
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