pub struct DirectPathPiece { /* private fields */ }Expand description
A finalized direct path piece, ready to be written to a load stream message.
Implementations§
Trait Implementations§
Source§impl Clone for DirectPathPiece
impl Clone for DirectPathPiece
Source§fn clone(&self) -> DirectPathPiece
fn clone(&self) -> DirectPathPiece
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DirectPathPiece
impl Debug for DirectPathPiece
impl Eq for DirectPathPiece
Source§impl PartialEq for DirectPathPiece
impl PartialEq for DirectPathPiece
Source§fn eq(&self, other: &DirectPathPiece) -> bool
fn eq(&self, other: &DirectPathPiece) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DirectPathPiece
Auto Trait Implementations§
impl Freeze for DirectPathPiece
impl RefUnwindSafe for DirectPathPiece
impl Send for DirectPathPiece
impl Sync for DirectPathPiece
impl Unpin for DirectPathPiece
impl UnsafeUnpin for DirectPathPiece
impl UnwindSafe for DirectPathPiece
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