pub struct TapeObjectIndex { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TapeObjectIndex
impl Clone for TapeObjectIndex
Source§fn clone(&self) -> TapeObjectIndex
fn clone(&self) -> TapeObjectIndex
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TapeObjectIndex
impl Debug for TapeObjectIndex
Source§impl PartialEq for TapeObjectIndex
impl PartialEq for TapeObjectIndex
impl Eq for TapeObjectIndex
impl StructuralPartialEq for TapeObjectIndex
Auto Trait Implementations§
impl Freeze for TapeObjectIndex
impl RefUnwindSafe for TapeObjectIndex
impl Send for TapeObjectIndex
impl Sync for TapeObjectIndex
impl Unpin for TapeObjectIndex
impl UnsafeUnpin for TapeObjectIndex
impl UnwindSafe for TapeObjectIndex
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