pub struct vbp_target { /* private fields */ }Trait Implementations§
Source§impl Clone for vbp_target
impl Clone for vbp_target
Source§fn clone(&self) -> vbp_target
fn clone(&self) -> vbp_target
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 moreimpl Copy for vbp_target
Auto Trait Implementations§
impl Freeze for vbp_target
impl RefUnwindSafe for vbp_target
impl Send for vbp_target
impl Sync for vbp_target
impl Unpin for vbp_target
impl UnsafeUnpin for vbp_target
impl UnwindSafe for vbp_target
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