pub struct OutPointBuilder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Builder for OutPointBuilder
impl Builder for OutPointBuilder
Source§impl Debug for OutPointBuilder
impl Debug for OutPointBuilder
Source§impl Default for OutPointBuilder
impl Default for OutPointBuilder
Source§fn default() -> OutPointBuilder
fn default() -> OutPointBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for OutPointBuilder
impl RefUnwindSafe for OutPointBuilder
impl Send for OutPointBuilder
impl Sync for OutPointBuilder
impl Unpin for OutPointBuilder
impl UnwindSafe for OutPointBuilder
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