pub struct DeleteSession<'a> { /* private fields */ }Implementations§
Source§impl DeleteSession<'_>
impl DeleteSession<'_>
pub fn query_deleted_link(&self) -> Option<(LinkId, PinId, PinId)>
pub fn query_deleted_node(&self) -> Option<NodeId>
pub fn accept_deleted_item(&self, delete_dependencies: bool) -> bool
pub fn reject_deleted_item(&self)
pub fn end(self)
Trait Implementations§
Source§impl Drop for DeleteSession<'_>
impl Drop for DeleteSession<'_>
Auto Trait Implementations§
impl<'a> Freeze for DeleteSession<'a>
impl<'a> RefUnwindSafe for DeleteSession<'a>
impl<'a> !Send for DeleteSession<'a>
impl<'a> !Sync for DeleteSession<'a>
impl<'a> Unpin for DeleteSession<'a>
impl<'a> UnsafeUnpin for DeleteSession<'a>
impl<'a> UnwindSafe for DeleteSession<'a>
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