pub struct HoldList { /* private fields */ }
Expand description
A list of holds for a given snapshot
Trait Implementations§
Source§impl<'a> IntoIterator for &'a HoldList
impl<'a> IntoIterator for &'a HoldList
Auto Trait Implementations§
impl Freeze for HoldList
impl RefUnwindSafe for HoldList
impl !Send for HoldList
impl !Sync for HoldList
impl Unpin for HoldList
impl UnwindSafe for HoldList
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